API ReferenceShifts
Find by list of ids in current tenant
AuthorizationBearer <token>
In: header
Query Parameters
ids*array<string>
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/shifts/find?ids=string"[
{
"approvedBy": "string",
"canceled": true,
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"employees": [
"string"
],
"end": "2019-08-24T14:15:22Z",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"id": "string",
"manager": "string",
"note": "string",
"number": "string",
"salesOrders": [
"string"
],
"shiftStatus": "PLANNED",
"start": "2019-08-24T14:15:22Z",
"stockSiteId": "string",
"subsidiaryId": "string",
"teamIds": [
"string"
],
"tenantId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"waste": [
"string"
]
}
]{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}