v1
latestOpenAPI 3.0.02026-08-04265791.1 MBShifts
Get
Get a shift for the given id
get/public/api/shifts/{id}
Path parameters
idstring required
The id of the shifts
Headers
Acceptstring
e.g. application/json
Response
OK
Example response
{
"shift_id": "63dbe3f3fb2603001d1f958c",
"title": "New shift4",
"description": "10:00 - 16:00",
"start_date": "2022-12-14T09:00:00.000Z",
"end_date": "2022-12-14T16:00:00.000Z",
"user_id": "62c2adf1e926980025f9986f",
"store_id": "5f3e4cc1fe89be003bc29bd6",
"created_date": "2023-02-02T16:25:23.119Z",
"updated_date": "2023-02-02T16:25:23.119Z",
"client_id": "VT008",
"username": "newgeofilter1"
}