GET PlanCare2Api/DaytimeActivity/MeetingSeries/meetings?dateFrom={dateFrom}&dateUntil={dateUntil}
Gets the meetings 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 Meeting| Name | Description | Type | Additional information |
|---|---|---|---|
| MeetingSeriesId |
The identifier of the MeetingSeries |
globally unique identifier |
None |
| ActivityNumber |
The number of the Activity |
string |
None |
| ActivityName |
The name of the Activity |
string |
None |
| Location |
The location of the Meeting |
string |
None |
| LocationId |
The identifier of the Location of the Meeting |
integer |
None |
| Date |
The date of the Meeting |
date |
None |
| StartTime |
The start time of the Meeting |
string |
None |
| EndTime |
The end time of the meeting |
string |
None |
| MaxCapacity | integer |
None |
|
| Status |
The status of the meeting |
MeetingStatus |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.