Gets all the notes for a specific shift.
GET http:///api/v2/business/{businessId}/manager/kiosk/{kioskId}/shift/{shiftId}/notes
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| kioskId | int32 | Required | |
| shiftId | int32 | Required | |
| businessId | string | Required |
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| EmployeeId | int32 | ||
| IsAdminInitiated | boolean | ||
| Type | string |
Possible values are:
|
|
| Visibility | string |
Possible values are:
|
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
ShiftNoteViewModel |
| 400 | Bad Request Bad Request |
ProblemDetails |
| 404 | Not Found Not Found |
ProblemDetails |
Powered by DapperDox