curl --location --request GET 'https://api.youratlas.com/v1/api/campaign//bookings/callId/' \
--header 'api-key: <api-key>'{
"odata.metadata": "string",
"value": [
{
"odata.etag": "string",
"PartitionKey": "string",
"RowKey": "string",
"Timestamp": "2019-08-24T14:15:22.123Z",
"BookingDate": "2019-08-24T14:15:22.123Z",
"CallId": "string",
"CustomerEmail": "user@example.com",
"CustomerName": "string",
"Reason": "string",
"Status": "booking"
}
]
}