GET PlanCare2Api/DaytimeActivities/Activities?dateFrom={dateFrom}&dateUntil={dateUntil}
Fetch all daytime activities in a specified period
Requires 'Start' permission for function DaytimeActivityOverview {16EDE7B1-4F4B-4C01-A7E4-79E73CF6B2E3}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dateFrom |
The start date to obtain activities for |
date |
Required |
| dateUntil |
The end date to obtain activities for |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
List of presences
Collection of Activity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The internal id of the activity. |
globally unique identifier |
None |
| Name |
Name of the activity. |
string |
None |
| Number |
Number of the activity. |
string |
None |
| Startdate |
Start date of the activity. |
date |
None |
| EndDate |
End date of the activity. |
date |
None |
| ActivityPresence |
Presence options that can be attached to the daytime activity. |
Collection of ActivityPresence |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.