Gets all the notes for a specific shift.

Request

GET http:///api/v2/business/{businessId}/manager/kiosk/{kioskId}/shift/{shiftId}/notes

Path parameters

Parameter name Value Description Additional
kioskId int32 Required
shiftId int32 Required
businessId string Required

Query parameters

Parameter name Value Description Additional
EmployeeId int32
IsAdminInitiated boolean
Type string

Possible values are:

  • Shift
  • ClockOn
  • ClockOff
Visibility string

Possible values are:

  • Hidden
  • Visible

Response

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