GET
/
v1
/
shifts
curl --request GET \
  --url https://api.sandbox.usenash.com/v1/shifts
{
  "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>"
}

Response

200 - application/json

OK

Response for shift.