跳转至

数据报表域查询

请求地址 : https://catyph.ximalaya.com/ads-catyph/v1/statement/field/get

请求方式 : GET

请求头参数 :

字段名 类型 是否必须 描述
access-token string 鉴权用access-token

请求参数 :

传参形式 : Url Param

字段名 类型 是否必须 描述
ad_account_id int 操作广告账户id
statement_field string 查询域枚举,详情请见枚举接口statement_field

返回字段释义:

字段名 类型 描述
status int 状态码 0:正常 , 其他:异常
type string 返回类型
msg string 返回信息
trace_id string 每次请求的唯一id
data array 返回数据
- id int 数据主键id
- name string 数据名
- statement_field string 查询域名称

返回示例 :

JSON
{
    "status": 0,
    "type": "SUCCESS",
    "msg": "success",
    "data": [
        {
            "id": 972187,
            "name": "自动化测试推广组2022-03-17 05:35:02",
            "statement_field": "CAMPAIGN"
        }
    ]
}