Authorization: Bearer ********************
curl --location -g --request GET 'https://mock.apidog.com/m1/463678-0-default/cargo-directions?page&pagination&exists[deletedAt]&fields[]=fields[]=id'
{
"data": [
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"departureCity": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"country": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string"
}
},
"shippingMethod": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"code": "string"
},
"destinationCity": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"country": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string"
}
},
"transitPoints": [
{
"city": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"country": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string"
}
},
"shippingMethod": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"code": "string"
}
}
],
"deliveryPeriod": 0,
"checkpoints": [
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"code": "string",
"order": 0
}
]
}
],
"pagination": {
"first": 1,
"current": 1,
"last": 1,
"previous": 1,
"next": 1,
"total": 0
}
}