Table Structure List
Developing
客户数据平台(CDP)/CDP/表结构
Table structure list information includes multi-channel information such as market lead objects, customer group objects, and WeChat objects.
Request
Body Params application/json
{
"schema_type": "0",
"display_name": "",
"scene_type": "",
"page_num": 1,
"page_size": 10
}
Request samples
curl --location --request POST 'https://openapi.beschannels.com/cdp/open-api/list?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"schema_type": "0",
"display_name": "",
"scene_type": "",
"page_num": 1,
"page_size": 10
}'
Responses
application/json {
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"org_id": "string",
"schema_name": "string",
"display_name": "string",
"template_id": 0,
"description": "string",
"is_input_data": 0,
"is_customer": 0,
"schema_type": 0,
"is_del": 0,
"creator": "string",
"create_time": 0,
"modifier": "string",
"modify_time": 0,
"schema_type_desc": "string"
}
]
}
}
Modified at 2023-06-07 11:18:31