DataRecordFilterModelSuccessResponseModelOfPagedListGetModelOfEmailDataRecordGetModelcurl --location 'https://api.veloconnect.me/api/email-data-records/list' \
--header 'Content-Type: application/json' \
--data '{
"pageNumber": 0,
"pageSize": 0,
"filters": [
{
"propertyName": null,
"value": null,
"values": null,
"comparer": null
}
],
"sortings": [
{
"propertyName": null,
"direction": null
}
],
"userId": 0
}'{
"data": [
{
"items": [
{
"id": null,
"userId": null,
"campaignId": null,
"senderId": null,
"templateId": null,
"from": null,
"to": null,
"title": null,
"status": null,
"contactListName": null,
"startDate": null,
"completionDate": null,
"price": null,
"currency": null,
"templateName": null
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}