{
"sort": "string",
"page": 0,
"perPage": 0,
"query": {
"subject": "string",
"status": "string"
}
}curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/edm/mass/list' \
--header 'app_id: ' \
--header 'access_token: {{access_token_ep}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sort": "string",
"page": 0,
"perPage": 0,
"query": {
"subject": "string",
"status": "string"
}
}'{
"code": 0,
"data": {
"current_page": 0,
"last_page": 0,
"per_page": 0,
"total": 0,
"items": [
{
"jing_uuid": "string",
"mid": 0,
"owner_id": 0,
"entity_id": null,
"entity_type": "string",
"group_id": null,
"group_ids": null,
"email_list": null,
"promotion_qrcode_jing_uuid": null,
"push_channel_id": null,
"name": "string",
"subject": "string",
"send_email_address_id": "string",
"reply_email_address_id": "string",
"type": "string",
"sign_type": "string",
"content_type": "string",
"receiver_type": null,
"content": "string",
"content_file_info": null,
"template_json": "string",
"count": 0,
"send_type": 0,
"send_time": null,
"rushmail_send_time": null,
"preview_email": null,
"status": 0,
"schedule_total": 0,
"send_total": 0,
"success_total": 0,
"open_total": 0,
"random_code": null,
"rushmail_task_id": null,
"rushmail_address_id": null,
"rushmail_template_id": "string",
"pure_html": null,
"created_timestamp": "string",
"updated_timestamp": "string",
"deleted_at": null,
"domain_jing_uuid": "string",
"fail_reason": "string",
"tags": null,
"vendor": "string",
"is_trash": 0
}
]
},
"msg": "string",
"request_id": "string"
}