{
"query": {
"term": {
"activity_type": "string",
"draft": "string",
"ems_status": "string"
},
"range": {
"created_timestamp": {
"gte": "string",
"lte": "string"
}
}
},
"sort": "string",
"page": "string",
"perPage": "string"
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/activity/select/list' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": {
"term": {
"activity_type": "string",
"draft": "string",
"ems_status": "string"
},
"range": {
"created_timestamp": {
"gte": "string",
"lte": "string"
}
}
},
"sort": "string",
"page": "string",
"perPage": "string"
}'
{
"request_id": "1e9170c85560439f9aac3442953fed07",
"code": 0,
"msg": "success",
"data": {
"items": [
{
"jing_uuid": "b2jk5eJ2ikk2B4KQSNGbk3",
"mid": 124,
"activity_name": "DGG_23_CSP_CO_GC 病理年会活动-COPY",
"activity_external_name": "测试for Agilent_-COPY-COPY",
"activity_type": 2,
"cover_picture": "/upload/images/167879175640150.jpeg",
"operator_id": 20422,
"owner_id": 20422,
"draft": 1,
"is_copy": 1,
"release_status": 0,
"ems_status": 1,
"start_time": "2023-04-03 00:00:00",
"end_time": "2023-05-31 00:00:00",
"business_unit": "",
"intent_tags": "XSDetP7jqzTuZ34mWjeZRj,UeHHxYb3xd7Cq9shEh4Ccd,qGhBWpB2sApxduDJwLDBVW,TKpZvSAoWPdguCKG24dDKe,qUD6nzFJUBJjyt8jfbiNcJ",
"created_timestamp": "2023-03-29 09:34:02",
"updated_timestamp": "2023-03-29 09:34:26"
}
],
"_meta": {
"totalCount": 1,
"pageCount": 1,
"currentPage": 1,
"perPage": 20
}
}
}