GET PlanCare2Api/Calendars/{calendarId}/Shifts
Retrieve all shifts for a Calendar
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| calendarId |
The internal Id of the calendar |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of shifts.
Collection of Shift| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The internal id of the Shift |
integer |
None |
| Name |
The name of the Shift |
string |
None |
| TimeFrom |
The starttime of the shift |
date |
None |
| TimeUntil |
The endtime of the shift |
date |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.