GET PlanCare2Api/Clients/{clientId}/DaytimeActivityMeetingEnrollments?startDate={startDate}&endDate={endDate}
Fetch daytime activity enrollments for client for all meetings in given period.
At least one of these modules is required: DaytimeActivity
Requires 'Start' permission for function DaytimeActivityOverview {16EDE7B1-4F4B-4C01-A7E4-79E73CF6B2E3}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| startDate | date |
Required |
|
| endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
List of meeting enrollments.
Collection of DaytimeActivityMeetingEnrollment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id of the enrollment |
globally unique identifier |
None |
| ClientId |
Id of the client |
integer |
Required |
| ClientName |
Name of the client |
string |
None |
| PresenceId |
Current known status of the presence of the client at the meeting |
globally unique identifier |
Required |
| Options |
Options of the meeting selected by the client |
Collection of DaytimeActivityMeetingEnrollmentOption |
None |
| SubscriptionId |
Id of the original sign up of the client on the activity |
globally unique identifier |
Required |
| AppointmentId |
Id of the appointment of this meeting as known in the client calendar |
integer |
Required |
| ParentAppointmentId |
Id of the original appointment as known in the client calendar |
integer |
None |
| OccurrenceIndex |
OccurrenceIndex of the appointment of the client on the activity |
integer |
None |
| Start |
Readonly starttime of the meeting |
date |
None |
| End |
Readonly endtime of the meeting |
date |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.