应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 否 | — | — |
第三方个人应用 | 否 | — | — |
{
"cursor": "0",
"query_dsl": "{\"queryGroupList\":[{\"logicType\":\"AND\",\"queryObjectList\":[{\"fieldId\":\"customer_name\",\"filterType\":\"EQ\",\"value\":\"xx有限公司\"}]}]}",
"current_operator_userid": "user01",
"page_size": "100"
}
curl --location --request POST 'http://127.0.0.1/topapi/crm/objectdata/customer/query?access_token=dc73axxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": "0",
"query_dsl": "{\"queryGroupList\":[{\"logicType\":\"AND\",\"queryObjectList\":[{\"fieldId\":\"customer_name\",\"filterType\":\"EQ\",\"value\":\"xx有限公司\"}]}]}",
"current_operator_userid": "user01",
"page_size": "100"
}'
{
"result": {
"next_cursor": "string",
"values": [
{
"gmt_modified": "string",
"creator_userid": "string",
"instance_id": "string",
"data": "string",
"extend_data": "string",
"gmt_create": "string",
"object_type": "string",
"permission": {
"owner_userid_list": [
"string"
],
"participant_userid_list": [
"string"
]
}
}
],
"has_more": true,
"page_size": 0
},
"errcode": 0,
"errmsg": "string"
}