V2CampaignListFilterModelSuccessResponseModelOfPagedListGetModelOfV2CampaignListItemModelcurl --location 'https://api.veloconnect.me/api/v2/campaigns/query' \
--header 'Content-Type: application/json' \
--data '{
"pageNumber": 0,
"pageSize": 0,
"search": "string",
"status": "string",
"providerType": "string",
"channelsUsed": [
"string"
],
"channelFilterMode": "string",
"sortBy": "string",
"sortDescending": true
}'{
"data": [
{
"items": [
{
"id": null,
"businessId": null,
"name": null,
"status": null,
"scheduleDate": null,
"timezone": null,
"timezoneId": null,
"createdAt": null,
"modifiedAt": null,
"totalRecipientsCount": null,
"totalAttemptedCount": null,
"totalSentCount": null,
"totalDeliveredCount": null,
"totalFailedCount": null,
"totalSkippedCount": null,
"deliveryRate": null,
"totalPrice": null,
"totalCost": null,
"currency": null,
"totalClicks": null,
"uniqueClicks": null,
"ctr": null,
"channelsUsedSummary": null,
"channels": null
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}