GET PlanCare2Api/DaytimeActivities/{id}/presences
Fetch the possible presences for a daytime activity meeting
Requires 'Start' permission for function DaytimeActivityOverview {16EDE7B1-4F4B-4C01-A7E4-79E73CF6B2E3}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id of the daytime activity |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
List of presences
Collection of ActivityPresence| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The internal id of the presence. |
globally unique identifier |
None |
| Code |
Short human-readable identifier. |
string |
None |
| Reason |
Additional information. |
string |
None |
| Type |
The type indicates whether the presence represents presence (0) or absence(1). |
integer |
None |
| TypeDescription |
Description of the type. |
string |
None |
| CountsForProduction |
Whether the presence counts towards production. |
boolean |
Deprecated: No longer in use. Will be removed in a future version of the API. |
| IsActive |
Whether the presence can still be chosen. |
boolean |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.