GET PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/options
Gets the available options of the meetings.
Requires 'Start' permission for function DaytimeActivityOverview {16EDE7B1-4F4B-4C01-A7E4-79E73CF6B2E3}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
MeetingSeries id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The list of available options of the meetings
Collection of DaytimeActivityMeetingEnrollmentOption| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id of the SubscriptionOption |
globally unique identifier |
None |
| Name |
Name of the SubscriptionOption |
string |
None |
| IsSystem |
Is system option true / false |
boolean |
None |
| Type |
Option type |
EnrollmentOptionType |
None |
| StartTime |
Optional start time |
date |
None |
| EndTime |
Optional end time |
date |
None |
| TransportTo |
Requires transport to the appointment |
boolean |
None |
| TransportBack |
Requires transport back home |
boolean |
None |
| TransportType |
Type of transportation |
DaytimeActivityTransportType |
None |
| Description |
Readonly description of the option as used in PlanCare2 UI |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.