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 |
None |
| Day |
The short name of the day, e.g. 'Ma' |
string |
None |
| ActivityNumber |
The number of the activity |
string |
None |
| ActivityName |
The name of the activity |
string |
None |
| Location |
The location of the meetings in this series. |
string |
None |
| StartDate |
The start date of the meeting series. A meeting in the series starts on or after this date. |
date |
None |
| EndDate |
The end date of the meeting series. The last meeting in this series ends on or before this data. |
date |
None |
| StartTime |
The start time of the meetings in this series. Each meeting in the series starts at the same time |
date |
None |
| EndTime |
The end time of the meetings in this series |
date |
None |
| Status |
The status of this meeting series ('Beschikbaar'/'Volgeboekt'/'Overboekt') |
string |
None |
| CapacityDescription |
The description of the capacity for the meetings in this series (e.g. '10/15 (2 vrijblijvend)') |
string |
None |
| Id |
The internal id of the meeting series. |
globally unique identifier |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.