GET
Get plan workload summary

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 roster plan

Response

Summary returned

uuidRosterPlan
string<uuid>
planName
string
startDate
string<date>
endDate
string<date>
status
enum<string>
Available options:
DRAFT,
CONFIRMED,
ACTIVE,
COMPLETED,
CANCELLED
totalShifts
integer<int32>
coveredShifts
integer<int32>
totalAssignments
integer<int32>
totalDays
integer<int64>
understaffedShifts
integer<int32>
lockedAssignments
integer<int32>
draftAssignments
integer<int32>
totalTravelMinutes
number
staffWorkloads
object[]