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

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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 apointment of this meeting as known in the client calendar

integer

Required

ParentAppointmentId

Id of the original apointment as known in the client calendar

integer

None.

OccurrenceIndex

OccurrenceIndex of the apointment 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

Sample:
[
  {
    "$id": "1",
    "Id": "94452ec4-a3ee-43bd-8ad6-447cfb7bd18b",
    "ClientId": 2,
    "ClientName": "sample string 3",
    "PresenceId": "0fa23f22-7faf-467e-a203-7c785b1bb837",
    "Options": [
      {
        "$id": "2",
        "Id": "5de02843-88ec-4c4a-9103-d592df412af0",
        "Name": "sample string 2",
        "IsSystem": true,
        "Type": 0,
        "StartTime": "2026-05-26T22:10:05.43737+02:00",
        "EndTime": "2026-05-26T22:10:05.43737+02:00",
        "TransportTo": true,
        "TransportBack": true,
        "TransportType": 1,
        "Description": "sample string 2"
      },
      {
        "$ref": "2"
      }
    ],
    "SubscriptionId": "7f7a9bbc-83d3-40eb-b4dc-f9490437f107",
    "AppointmentId": 6,
    "ParentAppointmentId": 7,
    "OccurrenceIndex": 8,
    "Start": "2026-05-26T22:10:05.43737+02:00",
    "End": "2026-05-26T22:10:05.43737+02:00"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<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-26T22:10:05.43737+02:00</End>
    <Id>94452ec4-a3ee-43bd-8ad6-447cfb7bd18b</Id>
    <OccurrenceIndex>8</OccurrenceIndex>
    <Options>
      <DaytimeActivityMeetingEnrollmentOption>
        <EndTime>2026-05-26T22:10:05.43737+02:00</EndTime>
        <Id>5de02843-88ec-4c4a-9103-d592df412af0</Id>
        <IsSystem>true</IsSystem>
        <Name>sample string 2</Name>
        <StartTime>2026-05-26T22:10:05.43737+02:00</StartTime>
        <TransportBack>true</TransportBack>
        <TransportTo>true</TransportTo>
        <TransportType>Group</TransportType>
        <Type>Default</Type>
      </DaytimeActivityMeetingEnrollmentOption>
      <DaytimeActivityMeetingEnrollmentOption>
        <EndTime>2026-05-26T22:10:05.43737+02:00</EndTime>
        <Id>5de02843-88ec-4c4a-9103-d592df412af0</Id>
        <IsSystem>true</IsSystem>
        <Name>sample string 2</Name>
        <StartTime>2026-05-26T22:10:05.43737+02:00</StartTime>
        <TransportBack>true</TransportBack>
        <TransportTo>true</TransportTo>
        <TransportType>Group</TransportType>
        <Type>Default</Type>
      </DaytimeActivityMeetingEnrollmentOption>
    </Options>
    <ParentAppointmentId>7</ParentAppointmentId>
    <PresenceId>0fa23f22-7faf-467e-a203-7c785b1bb837</PresenceId>
    <Start>2026-05-26T22:10:05.43737+02:00</Start>
    <SubscriptionId>7f7a9bbc-83d3-40eb-b4dc-f9490437f107</SubscriptionId>
  </DaytimeActivityMeetingEnrollment>
  <DaytimeActivityMeetingEnrollment>
    <AppointmentId>6</AppointmentId>
    <ClientId>2</ClientId>
    <ClientName>sample string 3</ClientName>
    <End>2026-05-26T22:10:05.43737+02:00</End>
    <Id>94452ec4-a3ee-43bd-8ad6-447cfb7bd18b</Id>
    <OccurrenceIndex>8</OccurrenceIndex>
    <Options>
      <DaytimeActivityMeetingEnrollmentOption>
        <EndTime>2026-05-26T22:10:05.43737+02:00</EndTime>
        <Id>5de02843-88ec-4c4a-9103-d592df412af0</Id>
        <IsSystem>true</IsSystem>
        <Name>sample string 2</Name>
        <StartTime>2026-05-26T22:10:05.43737+02:00</StartTime>
        <TransportBack>true</TransportBack>
        <TransportTo>true</TransportTo>
        <TransportType>Group</TransportType>
        <Type>Default</Type>
      </DaytimeActivityMeetingEnrollmentOption>
      <DaytimeActivityMeetingEnrollmentOption>
        <EndTime>2026-05-26T22:10:05.43737+02:00</EndTime>
        <Id>5de02843-88ec-4c4a-9103-d592df412af0</Id>
        <IsSystem>true</IsSystem>
        <Name>sample string 2</Name>
        <StartTime>2026-05-26T22:10:05.43737+02:00</StartTime>
        <TransportBack>true</TransportBack>
        <TransportTo>true</TransportTo>
        <TransportType>Group</TransportType>
        <Type>Default</Type>
      </DaytimeActivityMeetingEnrollmentOption>
    </Options>
    <ParentAppointmentId>7</ParentAppointmentId>
    <PresenceId>0fa23f22-7faf-467e-a203-7c785b1bb837</PresenceId>
    <Start>2026-05-26T22:10:05.43737+02:00</Start>
    <SubscriptionId>7f7a9bbc-83d3-40eb-b4dc-f9490437f107</SubscriptionId>
  </DaytimeActivityMeetingEnrollment>
</ArrayOfDaytimeActivityMeetingEnrollment>