Parameter | Type | Description |
---|---|---|
service | string | Service |
id | integer | Sending ID |
Parameter | Type | Default | Description |
---|---|---|---|
per_page | integer | 100 | Number of results to be returned per request (100 is the maximum) |
page_no | integer | 1 | Number of results page |
transmission_status | enum | null | When present, returns only Messages having given transmission_status |
delivery_status | enum | null | When present, returns only Dispatches with given delivery_status |
member_id | integer | null | When present, returns only Dispatches sent to recipient identified by given id |
msisdn | string | null | When present, returns only Dispatches sent to recipient identified by given msisdn |
string | null | When present, returns only Dispatches sent to recipient identified by given email | |
app_token | string | null | When present, returns only Dispatches sent to recipient identified by given app_token |
Status | Description |
---|---|
404 | Sending not found |
{
"dispatches": [], // List of messages - see 'Dispatch model'
"pagination_info": {} // Pagination info - see 'Pagination info'
}
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/messages//sendings/1/dispatches' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}