根据条件查询会员成长值明细对象的列表
POST
https://open.fxiaoke.com/cgi/crm/v2/data/query
接口说明:根据条件查询会员成长值明细对象的列表
operator参数说明
此接口对应的返回值即为对象相关字段,详情见关于会员成长值明细对象字段的说明下列参数为本接口特有返回值 返回错误代码请参见。全局返回错误码
参数 | 参数含义 | 参数 | 参数含义 |
---|---|---|---|
EQ | = | GT | > |
LT | < | GTE | >= |
LTE | <= | N | <> |
LIKE | LIKE | NLIKE | NOT LIKE |
IS | IS | ISN | IS NOT |
IN | IN | NIN | NOT IN |
BETWEEN | BETWEEN | NBETWEEN | NOT BETWEEN |
STARTWITH | LIKE% | ENDWITH | %LIKE |
CONTAINS | Array 包含 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.fxiaoke.com/cgi/crm/v2/data/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"corpAccessToken": "${corpAccessToken}",
"corpId": "${corpId}",
"currentOpenUserId": "${currentOpenUserId}",
"data": {
"search_query_info": {
"offset": 0.0,
"limit": 2.0,
"filters": []
},
"dataObjectApiName": "MemberGrowthValueDetailObj"
}
}'
响应示例响应示例
{
"traceId": "E-O.fktest188.1453-545fc6e20cfe4716",
"data": {
"dataList": [
{
"change_growth_value": "0.00",
"is_deleted": false,
"created_by__r": {
"name": "系统",
"id": "-10000"
},
"owner__l": [
{
"id": "-10000",
"name": "系统"
}
],
"relevant_team__r": "系统",
"change_time": 1614065919104,
"owner__r": {
"name": "系统",
"id": "-10000"
},
"member_id": "6033941cc415b10001c4adc9",
"owner": [
"-10000"
],
"lock_status": "0",
"last_modified_time": 1614065919394,
"data_own_department__r": {
"deptName": "全公司",
"deptId": "999999",
"status": 0
},
"create_time": 1614065919315,
"life_status": "normal",
"last_modified_by__l": [
{
"id": "-10000",
"name": "系统"
}
],
"created_by__l": [
{
"id": "-10000",
"name": "系统"
}
],
"last_modified_by": [
"-10000"
],
"version": "2",
"created_by": [
"-10000"
],
"record_type": "default__c",
"relevant_team": [
{
"teamMemberEmployee": [
"-10000"
],
"teamMemberRole": "1",
"teamMemberPermissionType": "2"
}
],
"last_modified_by__r": {
"name": "系统",
"id": "-10000"
},
"data_own_department": [
"999999"
],
"member_id__relation_ids": "6033941cc415b10001c4adc9",
"growth_value_cause": "积分变动",
"member_id__r": "文本值",
"name": "CZ003",
"_id": "6034b0ffc415b100019b588f",
"data_own_department__l": [
{
"deptId": "999999",
"deptName": "全公司",
"status": 0
}
]
},
{
"change_growth_value": "0.00",
"is_deleted": false,
"created_by__r": {
"name": "系统",
"id": "-10000"
},
"owner__l": [
{
"id": "-10000",
"name": "系统"
}
],
"relevant_team__r": "系统",
"change_time": 1613992988223,
"owner__r": {
"name": "系统",
"id": "-10000"
},
"owner": [
"-10000"
],
"lock_status": "0",
"last_modified_time": 1613992988415,
"data_own_department__r": {
"deptName": "全公司",
"deptId": "999999",
"status": 0
},
"create_time": 1613992988334,
"life_status": "normal",
"last_modified_by__l": [
{
"id": "-10000",
"name": "系统"
}
],
"created_by__l": [
{
"id": "-10000",
"name": "系统"
}
],
"last_modified_by": [
"-10000"
],
"version": "2",
"created_by": [
"-10000"
],
"record_type": "default__c",
"relevant_team": [
{
"teamMemberEmployee": [
"-10000"
],
"teamMemberRole": "1",
"teamMemberPermissionType": "2"
}
],
"last_modified_by__r": {
"name": "系统",
"id": "-10000"
},
"data_own_department": [
"999999"
],
"growth_value_cause": "积分变动",
"name": "CZ002",
"_id": "6033941cc2ce2d00011c486d",
"data_own_department__l": [
{
"deptId": "999999",
"deptName": "全公司",
"status": 0
}
]
}
],
"offset": 0,
"limit": 2,
"total": 3
},
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}
请求参数
Body 参数application/json