List Starred Views
GET {{baseUrl}}/api/v1/starredViews?module=<string> max chars : 100
This API lists the starred views in a module. Number of resources in the starred view is displayed only for the Tickets module.
OAuth Scope
Desk.settings.READ
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
module | string | Module associated with the view. Values allowed are:tickets, tasks, contacts, accounts, activities, calls or events. | |
departmentId | string | ID of the department in which the view(s) is (are) configured. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"starredViews":[{"isCustomView":false,"name":"All Tickets","count":"40","id":"4000000007834"},{"isCustomView":false,"name":"Open Tickets","count":"22","id":"4000000007844"}],"module":"tickets"}