id (integer — required)V2ContactMessageListFilterModelSuccessResponseModelOfPagedListGetModelOfV2ContactMessageListItemModelcurl --location 'https://api.veloconnect.me/api/v2/contacts//messages/query' \
--header 'Content-Type: application/json' \
--data '{
"pageNumber": 0,
"pageSize": 0,
"status": "string",
"providerType": "string",
"search": "string",
"sortBy": "string",
"sortDescending": true
}'{
"data": [
{
"items": [
{
"id": null,
"campaignFlowId": null,
"campaignName": null,
"campaignStatus": null,
"campaignChannelId": null,
"campaignRecipientId": null,
"businessContactDetailId": null,
"providerType": null,
"attemptOrder": null,
"destination": null,
"status": null,
"providerMessageId": null,
"sentAt": null,
"deliveredAt": null,
"failedAt": null,
"errorCode": null,
"error": null,
"messageSnapshot": null,
"segmentSourceSummary": null,
"createdAt": null
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}