GET PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/enrollments?date={date}
Fetch the enrollments of a daytime activity meeting on a given day
Requires 'Start' permission for function DaytimeActivityProgramClient {E7F4025B-80C9-4E2A-8537-129E3D0CC2C9}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id of the meeting |
globally unique identifier |
Required |
| date |
Date of the occurrence of the meeting |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
List of enrollments. Or BadRequest if no meeting is scheduled on given date
Collection of DaytimeActivityMeetingEnrollment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id of the enrollment |
globally unique identifier |
- |
| ClientId |
Id of the client |
integer |
Required |
| ClientName |
Name of the client |
string |
- |
| 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 |
- |
| 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 |
- |
| OccurrenceIndex |
OccurrenceIndex of the appointment of the client on the activity |
integer |
- |
| Start |
Readonly starttime of the meeting |
date |
- |
| End |
Readonly endtime of the meeting |
date |
- |
Response Formats
application/json, text/json
[
{
"$id": "1",
"Id": "026555be-d685-4bd2-a960-823d8162119e",
"ClientId": 2,
"ClientName": "sample string 3",
"PresenceId": "b1e34d24-af8c-47d8-bbfe-ac4bbf4c58ec",
"Options": [
{
"$id": "2",
"Id": "3234f249-e5a0-4f27-9e63-2857375391a0",
"Name": "sample string 2",
"IsSystem": true,
"Type": 0,
"StartTime": "2026-05-26T23:13:14.1969795+02:00",
"EndTime": "2026-05-26T23:13:14.1969795+02:00",
"TransportTo": true,
"TransportBack": true,
"TransportType": 1,
"Description": "sample string 2"
},
{
"$ref": "2"
}
],
"SubscriptionId": "9a4e21da-7814-4c0a-aee7-e2ea9a647bd9",
"AppointmentId": 6,
"ParentAppointmentId": 7,
"OccurrenceIndex": 8,
"Start": "2026-05-26T23:13:14.1969795+02:00",
"End": "2026-05-26T23:13:14.1969795+02:00"
},
{
"$ref": "1"
}
]
application/xml, text/xml
<ArrayOfDaytimeActivityMeetingEnrollment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity">
<DaytimeActivityMeetingEnrollment>
<AppointmentId>6</AppointmentId>
<ClientId>2</ClientId>
<ClientName>sample string 3</ClientName>
<End>2026-05-26T23:13:14.1969795+02:00</End>
<Id>026555be-d685-4bd2-a960-823d8162119e</Id>
<OccurrenceIndex>8</OccurrenceIndex>
<Options>
<DaytimeActivityMeetingEnrollmentOption>
<EndTime>2026-05-26T23:13:14.1969795+02:00</EndTime>
<Id>3234f249-e5a0-4f27-9e63-2857375391a0</Id>
<IsSystem>true</IsSystem>
<Name>sample string 2</Name>
<StartTime>2026-05-26T23:13:14.1969795+02:00</StartTime>
<TransportBack>true</TransportBack>
<TransportTo>true</TransportTo>
<TransportType>Group</TransportType>
<Type>Default</Type>
</DaytimeActivityMeetingEnrollmentOption>
<DaytimeActivityMeetingEnrollmentOption>
<EndTime>2026-05-26T23:13:14.1969795+02:00</EndTime>
<Id>3234f249-e5a0-4f27-9e63-2857375391a0</Id>
<IsSystem>true</IsSystem>
<Name>sample string 2</Name>
<StartTime>2026-05-26T23:13:14.1969795+02:00</StartTime>
<TransportBack>true</TransportBack>
<TransportTo>true</TransportTo>
<TransportType>Group</TransportType>
<Type>Default</Type>
</DaytimeActivityMeetingEnrollmentOption>
</Options>
<ParentAppointmentId>7</ParentAppointmentId>
<PresenceId>b1e34d24-af8c-47d8-bbfe-ac4bbf4c58ec</PresenceId>
<Start>2026-05-26T23:13:14.1969795+02:00</Start>
<SubscriptionId>9a4e21da-7814-4c0a-aee7-e2ea9a647bd9</SubscriptionId>
</DaytimeActivityMeetingEnrollment>
<DaytimeActivityMeetingEnrollment>
<AppointmentId>6</AppointmentId>
<ClientId>2</ClientId>
<ClientName>sample string 3</ClientName>
<End>2026-05-26T23:13:14.1969795+02:00</End>
<Id>026555be-d685-4bd2-a960-823d8162119e</Id>
<OccurrenceIndex>8</OccurrenceIndex>
<Options>
<DaytimeActivityMeetingEnrollmentOption>
<EndTime>2026-05-26T23:13:14.1969795+02:00</EndTime>
<Id>3234f249-e5a0-4f27-9e63-2857375391a0</Id>
<IsSystem>true</IsSystem>
<Name>sample string 2</Name>
<StartTime>2026-05-26T23:13:14.1969795+02:00</StartTime>
<TransportBack>true</TransportBack>
<TransportTo>true</TransportTo>
<TransportType>Group</TransportType>
<Type>Default</Type>
</DaytimeActivityMeetingEnrollmentOption>
<DaytimeActivityMeetingEnrollmentOption>
<EndTime>2026-05-26T23:13:14.1969795+02:00</EndTime>
<Id>3234f249-e5a0-4f27-9e63-2857375391a0</Id>
<IsSystem>true</IsSystem>
<Name>sample string 2</Name>
<StartTime>2026-05-26T23:13:14.1969795+02:00</StartTime>
<TransportBack>true</TransportBack>
<TransportTo>true</TransportTo>
<TransportType>Group</TransportType>
<Type>Default</Type>
</DaytimeActivityMeetingEnrollmentOption>
</Options>
<ParentAppointmentId>7</ParentAppointmentId>
<PresenceId>b1e34d24-af8c-47d8-bbfe-ac4bbf4c58ec</PresenceId>
<Start>2026-05-26T23:13:14.1969795+02:00</Start>
<SubscriptionId>9a4e21da-7814-4c0a-aee7-e2ea9a647bd9</SubscriptionId>
</DaytimeActivityMeetingEnrollment>
</ArrayOfDaytimeActivityMeetingEnrollment>