curl --location --request GET 'https://api.youratlas.com/v1/api/call?campaignId&assistantId&callType&campaignType&successResult&startDate&endDate&customerPhoneNumber' \
--header 'api-key: <api-key>'{
"odata.metadata": "string",
"value": [
{
"odata.etag": "string",
"PartitionKey": "string",
"RowKey": "string",
"Timestamp": "2019-08-24T14:15:22.123Z",
"AssistantId": "string",
"CallType": 1,
"CampaignId": "string",
"CampaignType": 0,
"CustomerName": "string",
"CustomerPhoneNumber": "string",
"DurationMs": 0,
"EndedReason": "string",
"Status": "Accepted",
"SuccessResult": 0,
"BookedAppointment": 0
}
]
}