GET api/v1/shiftcodetemplatelinkedshifts/{departmentId}/{effectiveDate}/{dayOfWeekId}

Get all shift code template linked shifts by department id, effective date and day of week

Request Information

URI Parameters

NameDescriptionTypeAdditional information
departmentId

integer

Required

effectiveDate

date

Required

dayOfWeekId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]