应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 否 | — | — |
第三方个人应用 | 否 | — | — |
{
"cursor": "0",
"current_operator_userid": "user01",
"page_size": 100
}
curl --location --request POST 'http://127.0.0.1/topapi/crm/objectdata/followrecord/query?access_token=dc73axxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": "0",
"current_operator_userid": "user01",
"page_size": 100
}'
{
"result": {
"next_cursor": "string",
"values": [
{
"creator_nick": "string",
"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"
]
},
"proc_out_result": "string",
"proc_inst_status": "string"
}
],
"has_more": true,
"page_size": 0
},
"errcode": 0,
"errmsg": "string"
}