GET PlanCare2Api/Call/{id}
Gets call by id.
Requires 'Start' permission for function CallOverview {0D159E1F-6728-4243-9A43-996F7DC5AD8A}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the call. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Call
Call| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Identification of the call |
integer |
None |
| CallTypeGuid |
Identification of the type of the call |
globally unique identifier |
None |
| DateIncident |
Date of incident |
date |
None |
| ReportedByRelationId |
Id of relation by whom reported the call, 'null' if reported anonymous |
integer |
None |
| ReportedBy |
LookupName of relation by whom reported the call, '[Anoniem]' if reported anonymous, '[Verborgen]' if reporter hidden |
string |
None |
| Important |
Indicates if call is marked as important |
boolean |
None |
| LocationOrganizationEntityId |
Id of organization-entity for the location |
integer |
None |
| LocationAlternative |
Alternative location if LocationOrganizationEntityId is not set |
string |
None |
| ClientIds |
List of ids of clients involved |
Collection of integer |
None |
| EmployeeIds |
List of ids of employees involved |
Collection of integer |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.