DataRecordFilterModelSuccessResponseModelOfPagedListGetModelOfSmsDataRecordGetModelcurl --location 'https://api.veloconnect.me/api/sms-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,
"fiveGVisionSmSDataRecordId": null,
"messageIdInternal": null,
"messageIdToCustomer": null,
"messageIdFromVendor": null,
"mdrId": null,
"smsSentTime": null,
"campaignId": null,
"userId": null,
"vendorResponseCode": null,
"smsArrivedTime": null,
"cycleNumber": null,
"huntNumber": null,
"srcNumberIn": null,
"dstNumberIn": null,
"dstMccMncName": null,
"operatorName": null,
"customerName": null,
"vendorName": null,
"customerGatewayIp": null,
"customerTrunkName": null,
"vendorTrunkName": null,
"vendorGatewayIp": null,
"customerGatewayName": null,
"vendorGatewayName": null,
"routingSrcNumber": null,
"smsReceivedTime": null,
"smsAttemptToVendorTime": null,
"vendorDlrCode": null,
"deliveryStatus": null,
"routingDstRumber": null,
"lastHunt": null,
"price": null,
"currency": null,
"customerGatewayPort": null,
"vendorGatewayPort": null,
"ttaIn": null,
"ttaOut": null,
"timeToSend": null,
"processingState": null,
"segmentNumber": null,
"messageBody": null,
"createdAt": null,
"senderId": null,
"senderTitle": null,
"country": null,
"templateName": null
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}