GET api/schedules/getClientGroup
Gets the list of scheduled groups of the employee doing the request.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
An Http response message with the folliwing status codes: 200 = success (always includes a list of scheduled groups; however this list can be empty), 400 = bad request (the request is malformed or with invalid data), 403 = forbidden (the employee doing the request is not recognized), 500 = something went wrong (the request was not processed).
Collection of TzPlannerGroupDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TimeZone | TimeZoneInfo |
None. |
|
| DateStartedUtc | date |
None. |
|
| DateEndedUtc | date |
None. |
|
| PlannerGroupId | integer |
None. |
|
| PlannerGroupText | string |
None. |
|
| DateStarted | date |
None. |
|
| DateEnded | date |
None. |
|
| IsInactive | boolean |
None. |
|
| IsNotGroup | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| UpdatedByEmployeeId | integer |
None. |
|
| MaxCapacity | integer |
None. |
|
| Programs | Collection of UiPlannerGroupProgram |
None. |
|
| Clients | Collection of UiPlannerGroupClient |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.