curl --location --request GET 'https://api-35.elogii.com/driver-schedule-exceptions?driver._id' \
--header 'Authorization: <api-key>'[
{
"_id": "64a80dd9a703702e4cbf6e95",
"organization": "64706d34cb58b5e1345160d2",
"path": "64706d34cb58b5e1345160d2",
"driver": {
"_id": "6489bc9cad557fc525bbc4ac"
},
"dateRange": {
"startDate": 20230707,
"endDate": 20230711
},
"description": "Exception T1",
"dayOff": false,
"overrides": {
"schedule": {
"timeWindows": [
{
"start": 0,
"end": 0
}
],
"breaks": [
{
"timeWindow": {
"start": 0,
"end": 0
},
"duration": 1
}
]
}
},
"actor": {
"userId": "64a2b26857ad1ed736cc4953"
},
"createdAt": "2023-07-07T13:06:33.345Z",
"updatedAt": "2023-07-07T13:06:33.345Z",
"__v": 0
}
]