Gets all the notes for a specific shift.
GET https://api.yourpayroll.com.au/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 |
---|---|---|---|
model.employeeId | int32 | ||
model.isAdminInitiated | boolean | ||
model.type | string |
Possible values are:
|
|
model.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 |
Powered by DapperDox