{
"range": {
"created_timestamp": {
"gt": "string",
"lt": "string"
}
},
"page": 0,
"perPage": 0
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/crowd/select/list' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"range": {
"created_timestamp": {
"gt": "string",
"lt": "string"
}
},
"page": 0,
"perPage": 0
}'
{
"code": "string",
"data": {
"items": [
{
"name": "string",
"jing_uuid": "string",
"mid": 0,
"id": 0,
"created_timestamp": "string",
"group_type": 0,
"category_id": "string",
"revert_by": "string",
"update_type": 0
}
],
"_meta": {
"totalCount": 0,
"pageCount": 0,
"currentPage": 0,
"perPage": 0
}
},
"msg": "string",
"request_id": "string"
}