Static Contacts
List
GET
/departments/{departmentId}/contacts
https://api.relesysapp.net/api/v1.4/departments/{departmentId}/contacts
Get a list of static contacts for the department with ID
Default sort is by
departmentId.Default sort is by
sortOrder in ascending order.
Scopes: relesys.api, relesys.api:read, relesys.api.users, relesys.api.users:read
URL Path
| departmentId | string / guid | The department's unique identifier | required |
Query String
| string |
Filterable Sortable
|
optional | ||
| id | string / guid |
Filterable
|
optional | |
| name | string |
Filterable Sortable
|
optional | |
| sortOrder | integer |
Filterable Sortable
|
optional | |
| title | string |
Filterable Sortable
|
optional | |
| sort | string | Comma separated sort order based on sortable properties | optional | |
| offset | integer | Offset value for use in pagination | Default: 0 | optional |
| limit | integer | Total objects to fetch (max 1000) | Default: 200 | optional |