GET PlanCare2Api/Call?dateIncidentFrom={dateIncidentFrom}&dateIncidentUntil={dateIncidentUntil}
Gets calls.
Requires 'Start' permission for function CallOverview {0D159E1F-6728-4243-9A43-996F7DC5AD8A}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dateIncidentFrom |
Filter DateIncident from. |
date |
None |
| dateIncidentUntil |
Filter DateIncident until. |
date |
None |
Body Parameters
None.
Response Information
Resource Description
List of calls.
Collection of CallSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Identification |
integer |
None |
| CallTypeName |
Name of the type of the call |
string |
None |
| CallTypeCategoryName |
Name of the category of the call |
string |
None |
| CreatedBy |
CreatedBy |
string |
None |
| ReportedBy |
ReportedBy |
string |
None |
| DateCreated |
Date of creation |
date |
None |
| DateIncident |
Date of incident |
date |
None |
| DateReadyForSuccession |
Date of ready for succession |
date |
None |
| Important |
Indicates if call is marked as important |
boolean |
None |
| Location |
Location |
string |
None |
| AlertInfo |
Info for alert |
string |
None |
| SuccessorInfo |
Info for successor |
string |
None |
| ClientNames |
List of names of the involved clients |
Collection of string |
None |
| ClientNamesConcatenated |
Names of involved clients concatenated |
string |
None |
| EmployeeNames |
List of names of the involved employees |
Collection of string |
None |
| EmployeeNamesConcatenated |
Names of involved employees concatenated |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.