

| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内 部应用 | 是 | 获取CRM自定义对象数据的接口访问权限 | 调试 |
| 第三方企业应用 | 否 | — | — |
| 第三方个人应用 | 否 | — | — |
curl --location --request POST 'https://oapi.dingtalk.com/topapi/crm/objectmeta/describe?access_token=dc73axxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"PROC-EF1xxxx"
}'{
"result": {
"customized": false,
"name": "crm_customer",
"fields": [
{
"reference_fields": [
{
"unit": "天",
"select_options": [
{
"value": "选项2",
"key": "option_2"
}
],
"format": "yyyy-MM-dd",
"name": "crm_customer",
"label": "联系人名称",
"type": "Text",
"nillable": false
}
],
"unit": "天",
"customized": false,
"quote": true,
"reference_to": "crm_contact",
"select_options": [
{
"value": "选项1",
"key": "option_1"
}
],
"roll_up_summary_fields": [
{
"aggregator": "SUM",
"name": "Money-XDADDF"
}
],
"name": "customer_name",
"format": "yyyy-MM-dd",
"label": "客户名称",
"type": "Text",
"nillable": false
}
]
},
"errcode": 0,
"errmsg": "ok"
}
【钉钉】API开发者 微信交流群
用微信扫右侧二维码,加入【钉钉】API开发者 交流群,互助沟通

扫码加入交流群