{
"code": "string",
"page": 0,
"perPage": 0
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/common/sourceField/page' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"page": 0,
"perPage": 0
}'
{
"code": 0,
"data": {
"_meta": {
"totalCount": "string",
"pageCount": "string",
"currentPage": "string",
"perPage": "string"
},
"items": [
{
"code": "string",
"jing_uuid": "string",
"source_label": "string",
"from_method": "string",
"source_type": "string",
"source_uuid": "string",
"entity_type": "string",
"entity_jing_uuid": "string"
}
]
},
"msg": "string",
"request_id": "string"
}