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

KeyDatatypeRequiredDescription
departmentIdstringID of the department in which the view(s) is (are) configured.
modulestringModule associated with the view. Values allowed are:tickets, tasks, contacts, accounts, activities, calls or events.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;name&quot;:&quot;My Records&quot;,&quot;id&quot;:&quot;4000000008143&quot;}}