/pubsent/v1/plans
获取当前用户的方案列表
URL
http://api.gsdata.cn/pubsent/v1/plans
请求方式
GET
访问授权限制

访问级别:普通接口

频次限制:每秒10次

请求参数
参数名 是否必须 说明 参数类型 数据类型 默认值
Authorization false Access Token header string
x-gsdata-date false 请求时间 header string
返回状态码[200]以及参数[方案列表]
参数名 说明 数据类型
id 分类id integer
name 分类名称 string
poi_total 舆情综合指数 number
返回状态码[401]以及参数[未授权]
参数名 说明 数据类型
status 状态码(401,422等) integer
code 错误码一般默认为0,扩展字段 integer
message 错误描述 string
name 错误名称 string
返回状态码[422]以及参数[数据验证错误]
参数名 说明 数据类型
status 状态码(401,422等) integer
code 错误码一般默认为0,扩展字段 integer
message 错误描述 string
name 错误名称 string
返回样例
[
    {
        "id":"53823",
        "name":"飞常准"
    }
]