Starred Views Reorder
PUT {{baseUrl}}/api/v1/starredViews/order?module=<string> max chars : 100&starredViewIds=<list>
This API helps reorder the starred views in a module.
OAuth Scope
Desk.settings.UPDATE
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
module | string | Module associated with the view. Values allowed are: tickets , tasks , contacts , accounts , contacts , activities , calls or events . | |
departmentId | string | ID of the department in which the view(s) is (are) configured. | |
starredViewIds | string | IDs of the starred views. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |