Get Last Accessed View
GET {{baseUrl}}/api/v1/lastAccessedView?module=<String>
This API fetches the view last accessed by the user in the module and department specified in the request.
OAuth Scope
Desk.basic.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
departmentId | string | ID of the department in which the view(s) is (are) configured. | |
module | string | Module associated with the view. Values allowed are:tickets , tasks , contacts , accounts , activities , calls or events . |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":{"name":"My Records","id":"4000000008143"}}