应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 获取CRM主数 据的接口访问权限 | API Explorer |
第三方企业应用 | 支持 | 获取CRM主数据的接口访问权限 | API Explorer |
第三方个人应用 | 暂不支持 | 获取CRM主数据的接口访问权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | request.too.frequent | request too frequent | 请求过于频繁 |
400 | relationType.not.exists | relationType not exists | relationType不存在 |
400 | systemError.appNotExists | system error app not exists, %s | 应用不存在 |
400 | systemError.notPermittedAccess | system error not permitted access, %s | 无操作权限 |
500 | systemError | system error %s | 系统错误 |
curl --location --request POST 'https://api.dingtalk.com、/v1.0/crm/personalCustomers/batchQuery?currentOperatorUserId=String&relationType=String' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"result": [
{
"instanceId": "ec6ed86e-af53-4c9f-afd3-206c3fc68c64",
"objectType": "crm_customer_personal",
"creatorUserId": "2665246100805992",
"creatorNick": "小钉",
"permission": {
"ownerStaffIds": [
"2665246100805992"
],
"participantStaffIds": [
"2665246100805992"
]
},
"appUuid": "xxxx-xxxx",
"formCode": "xxxx-xxxx",
"procOutResult": "agree",
"procInstStatus": "COMPLATE",
"gmtCreate": "2019-12-25 15:33:12",
"gmtModified": "2019-12-25 15:33:12"
}
]
}
【钉钉】API开发者 微信交流群
用微信扫右侧二维码,加入【钉钉】API开发者 交流群,互助沟通