GET PlanCare2Api/Clients/{clientId}/DaytimeActivityMeetingEnrollments?startDate={startDate}&endDate={endDate}

Fetch daytime activity enrollments for client for all meetings in given period.

Deprecated (unavailable from 21.01.1P):

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

-

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

Sample:
[
  {
    "$id": "1",
    "Id": "921588b1-73f7-4a82-8d31-57777424e668",
    "ClientId": 2,
    "ClientName": "sample string 3",
    "PresenceId": "2f68a373-d9da-48a0-b83d-e748e6826615",
    "Options": [
      {
        "$id": "2",
        "Id": "6b5863db-c7b4-4242-a4bf-3568c129a4ce",
        "Name": "sample string 2",
        "IsSystem": true,
        "Type": 0,
        "StartTime": "2026-05-26T21:12:13.0563466+02:00",
        "EndTime": "2026-05-26T21:12:13.0563466+02:00",
        "TransportTo": true,
        "TransportBack": true,
        "TransportType": 1,
        "Description": "sample string 2"
      },
      {
        "$ref": "2"
      }
    ],
    "SubscriptionId": "a7bb67ce-98dc-4ca4-bfa0-2ee72fb19b86",
    "AppointmentId": 6,
    "ParentAppointmentId": 7,
    "OccurrenceIndex": 8,
    "Start": "2026-05-26T21:12:13.0563466+02:00",
    "End": "2026-05-26T21:12:13.0563466+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-26T21:12:13.0563466+02:00</End>
    <Id>921588b1-73f7-4a82-8d31-57777424e668</Id>
    <OccurrenceIndex>8</OccurrenceIndex>
    <Options>
      <DaytimeActivityMeetingEnrollmentOption>
        <EndTime>2026-05-26T21:12:13.0563466+02:00</EndTime>
        <Id>6b5863db-c7b4-4242-a4bf-3568c129a4ce</Id>
        <IsSystem>true</IsSystem>
        <Name>sample string 2</Name>
        <StartTime>2026-05-26T21:12:13.0563466+02:00</StartTime>
        <TransportBack>true</TransportBack>
        <TransportTo>true</TransportTo>
        <TransportType>Group</TransportType>
        <Type>Default</Type>
      </DaytimeActivityMeetingEnrollmentOption>
      <DaytimeActivityMeetingEnrollmentOption>
        <EndTime>2026-05-26T21:12:13.0563466+02:00</EndTime>
        <Id>6b5863db-c7b4-4242-a4bf-3568c129a4ce</Id>
        <IsSystem>true</IsSystem>
        <Name>sample string 2</Name>
        <StartTime>2026-05-26T21:12:13.0563466+02:00</StartTime>
        <TransportBack>true</TransportBack>
        <TransportTo>true</TransportTo>
        <TransportType>Group</TransportType>
        <Type>Default</Type>
      </DaytimeActivityMeetingEnrollmentOption>
    </Options>
    <ParentAppointmentId>7</ParentAppointmentId>
    <PresenceId>2f68a373-d9da-48a0-b83d-e748e6826615</PresenceId>
    <Start>2026-05-26T21:12:13.0563466+02:00</Start>
    <SubscriptionId>a7bb67ce-98dc-4ca4-bfa0-2ee72fb19b86</SubscriptionId>
  </DaytimeActivityMeetingEnrollment>
  <DaytimeActivityMeetingEnrollment>
    <AppointmentId>6</AppointmentId>
    <ClientId>2</ClientId>
    <ClientName>sample string 3</ClientName>
    <End>2026-05-26T21:12:13.0563466+02:00</End>
    <Id>921588b1-73f7-4a82-8d31-57777424e668</Id>
    <OccurrenceIndex>8</OccurrenceIndex>
    <Options>
      <DaytimeActivityMeetingEnrollmentOption>
        <EndTime>2026-05-26T21:12:13.0563466+02:00</EndTime>
        <Id>6b5863db-c7b4-4242-a4bf-3568c129a4ce</Id>
        <IsSystem>true</IsSystem>
        <Name>sample string 2</Name>
        <StartTime>2026-05-26T21:12:13.0563466+02:00</StartTime>
        <TransportBack>true</TransportBack>
        <TransportTo>true</TransportTo>
        <TransportType>Group</TransportType>
        <Type>Default</Type>
      </DaytimeActivityMeetingEnrollmentOption>
      <DaytimeActivityMeetingEnrollmentOption>
        <EndTime>2026-05-26T21:12:13.0563466+02:00</EndTime>
        <Id>6b5863db-c7b4-4242-a4bf-3568c129a4ce</Id>
        <IsSystem>true</IsSystem>
        <Name>sample string 2</Name>
        <StartTime>2026-05-26T21:12:13.0563466+02:00</StartTime>
        <TransportBack>true</TransportBack>
        <TransportTo>true</TransportTo>
        <TransportType>Group</TransportType>
        <Type>Default</Type>
      </DaytimeActivityMeetingEnrollmentOption>
    </Options>
    <ParentAppointmentId>7</ParentAppointmentId>
    <PresenceId>2f68a373-d9da-48a0-b83d-e748e6826615</PresenceId>
    <Start>2026-05-26T21:12:13.0563466+02:00</Start>
    <SubscriptionId>a7bb67ce-98dc-4ca4-bfa0-2ee72fb19b86</SubscriptionId>
  </DaytimeActivityMeetingEnrollment>
</ArrayOfDaytimeActivityMeetingEnrollment>