GET
/
v1
/
shift
/
{id}
Get a shift
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>"
}

Path Parameters

id
string
required

Shift ID

Response

200
application/json

OK

Response for shift.