GET api/WorkSchedule?userId={userId}&year={year}&month={month}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

string

Required

year

integer

Required

month

integer

Required

Body Parameters

None.

Response Information

Resource Description

WorkScheduleMonth
NameDescriptionTypeAdditional information
UserId

string

None.

Year

integer

None.

Month

integer

None.

Days

Collection of WorkScheduleDay

None.

Weeks

Collection of WorkScheduleWeek

None.

Response Formats

application/json, text/json

Sample:

Sample not available.