GET api/callList
Returns a list of calls based on search parameters.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Filters | Collection of CallListFilterModel |
None. |
|
| BookmarkKey | string |
None. |
|
| SetSize | integer |
None. |
|
| ApplicationType | string |
None. |
|
| Status | string |
None. |
|
| Priority | string |
None. |
|
| CustomerNo | string |
None. |
|
| ResponsibleResource | string |
None. |
|
| CallId | string |
None. |
|
| CallNo | string |
None. |
|
| DateLoggedFrom | date |
None. |
|
| DateLoggedTo | date |
None. |
|
| IsMyCall | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
List of light call models.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.