curl --request GET \
--url https://api.sandbox.usenash.com/v1/shift/{id}
{
"id": "<string>",
"name": "<string>",
"plannedStart": "<string>",
"plannedEnd": "<string>",
"plannedBreakDuration": 123,
"shiftMetadata": {},
"status": "<string>",
"storeLocationId": "<string>",
"externalStoreLocationId": "<string>",
"zoneIds": [
"<string>"
],
"externalZoneIds": [
"<string>"
],
"courierId": "<string>",
"vehicleId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
curl --request GET \
--url https://api.sandbox.usenash.com/v1/shift/{id}
{
"id": "<string>",
"name": "<string>",
"plannedStart": "<string>",
"plannedEnd": "<string>",
"plannedBreakDuration": 123,
"shiftMetadata": {},
"status": "<string>",
"storeLocationId": "<string>",
"externalStoreLocationId": "<string>",
"zoneIds": [
"<string>"
],
"externalZoneIds": [
"<string>"
],
"courierId": "<string>",
"vehicleId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
Shift ID
OK
Response for shift.