应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 否 | — | — |
第三方个人应用 | 否 | — | — |
{}
curl --location --request POST 'http://127.0.0.1/topapi/crm/objectmeta/customer/describe?access_token=dc73axxxx' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"result": {
"name": "string",
"customized": true,
"fields": [
{
"name": "string",
"customized": true,
"label": "string",
"type": "string",
"nillable": true,
"format": "string",
"unit": "string",
"select_options": [
{
"key": "string",
"value": "string"
}
],
"quote": true,
"reference_to": "string",
"reference_fields": [
{
"label": "string",
"type": "string",
"nillable": true,
"format": "string",
"unit": "string",
"select_options": [
{
"key": "string",
"value": "string"
}
],
"name": "string"
}
],
"roll_up_summary_fields": [
{
"name": "string",
"aggregator": "string"
}
]
}
]
},
"errcode": 0,
"errmsg": "string"
}