GET PlanCare2Api/Calendars/{calendarId}/AllowedClients
Gets allowed clients in the given calendar for logged on employee. In case of a team calendar the clients of the associated group calendars are returned.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| calendarId |
Id of the calendar |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The list of allowed clients in the calendar
Collection of AllowedClient| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
The internal id of the client |
integer |
Required |
| LookupName |
The fullname of the client |
string |
Required |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.