GET PlanCare2Api/DaytimeActivity/MeetingSeries?dateFrom={dateFrom}&dateUntil={dateUntil}
Gets the meeting series in a specified range.
Requires 'Start' permission for function DaytimeActivityProgramClient {E7F4025B-80C9-4E2A-8537-129E3D0CC2C9}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dateFrom |
Start date of the range |
date |
Required |
| dateUntil |
End date of the range |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
The list of requested meetings
Collection of MeetingSeries| Name | Description | Type | Additional information |
|---|---|---|---|
| DayNumber |
A number representing the day within a week |
DayOfWeek |
- |
| Day |
The short name of the day, e.g. 'Ma' |
string |
- |
| ActivityNumber |
The number of the activity |
string |
- |
| ActivityName |
The name of the activity |
string |
- |
| Location |
The location of the meetings in this series. |
string |
- |
| StartDate |
The start date of the meeting series. A meeting in the series starts on or after this date. |
date |
- |
| EndDate |
The end date of the meeting series. The last meeting in this series ends on or before this data. |
date |
Nullable |
| StartTime |
The start time of the meetings in this series. Each meeting in the series starts at the same time |
date |
- |
| EndTime |
The end time of the meetings in this series |
date |
- |
| Status |
The status of this meeting series ('Beschikbaar'/'Volgeboekt'/'Overboekt') |
string |
- |
| CapacityDescription |
The description of the capacity for the meetings in this series (e.g. '10/15 (2 vrijblijvend)') |
string |
- |
| Id |
The internal id of the meeting series. |
globally unique identifier |
- |
Response Formats
application/json, text/json
[
{
"$id": "1",
"DayNumber": 0,
"Day": "sample string 1",
"ActivityNumber": "sample string 2",
"ActivityName": "sample string 3",
"Location": "sample string 4",
"StartDate": "2026-05-26T21:11:09.7612009+02:00",
"EndDate": "2026-05-26T21:11:09.7612009+02:00",
"StartTime": "2026-05-26T21:11:09.7612009+02:00",
"EndTime": "2026-05-26T21:11:09.7612009+02:00",
"Status": "sample string 8",
"CapacityDescription": "sample string 9",
"Id": "7ad21df7-a241-457e-b41e-6ab4e8947668"
},
{
"$ref": "1"
}
]
application/xml, text/xml
<ArrayOfMeetingSeries xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity">
<MeetingSeries>
<ActivityName>sample string 3</ActivityName>
<ActivityNumber>sample string 2</ActivityNumber>
<CapacityDescription>sample string 9</CapacityDescription>
<Day>sample string 1</Day>
<DayNumber>Sunday</DayNumber>
<EndDate>2026-05-26T21:11:09.7612009+02:00</EndDate>
<EndTime>2026-05-26T21:11:09.7612009+02:00</EndTime>
<Id>7ad21df7-a241-457e-b41e-6ab4e8947668</Id>
<Location>sample string 4</Location>
<StartDate>2026-05-26T21:11:09.7612009+02:00</StartDate>
<StartTime>2026-05-26T21:11:09.7612009+02:00</StartTime>
<Status>sample string 8</Status>
</MeetingSeries>
<MeetingSeries>
<ActivityName>sample string 3</ActivityName>
<ActivityNumber>sample string 2</ActivityNumber>
<CapacityDescription>sample string 9</CapacityDescription>
<Day>sample string 1</Day>
<DayNumber>Sunday</DayNumber>
<EndDate>2026-05-26T21:11:09.7612009+02:00</EndDate>
<EndTime>2026-05-26T21:11:09.7612009+02:00</EndTime>
<Id>7ad21df7-a241-457e-b41e-6ab4e8947668</Id>
<Location>sample string 4</Location>
<StartDate>2026-05-26T21:11:09.7612009+02:00</StartDate>
<StartTime>2026-05-26T21:11:09.7612009+02:00</StartTime>
<Status>sample string 8</Status>
</MeetingSeries>
</ArrayOfMeetingSeries>