GET
Get a staff task

Authorizations

Authorization
string
header
required

OAuth2 JWT issued by the Sanicus auth server. All endpoints require a valid token.

Path Parameters

uuid
string<uuid>
required

UUID of the staff task

Response

Task found

uuid
string<uuid>
uuidTenant
string<uuid>
uuidOperatingZone
string<uuid>
uuidShiftAssignment
string<uuid>
uuidStaff
string<uuid>
staffName
string
title
string
scheduledTime
string<date-time>
dueBy
string<date-time>
sequenceNo
integer<int32>
status
enum<string>
Available options:
PENDING,
IN_PROGRESS,
COMPLETED,
MISSED,
SKIPPED
createdAt
string<date-time>
updatedAt
string<date-time>