List Views

GET {{baseUrl}}/api/v1/views?module=<string> max chars : 100

This API lists the different views configured for a specific module or for all modules in your help desk portal. Values allowed are: Tickets, Contacts, Accounts, Tasks, Products, and Contracts.

OAuth Scope

  • Desk.settings.READ
  • Desk.basic.READ

Request Params

KeyDatatypeRequiredDescription
modulestringAllowed values are : tickets, tasks,contacts, accounts,contacts, products ,activities,calls,events.
departmentIdstringAllowed values are : Valid Department Id.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;isCustomView&quot;:false,&quot;name&quot;:&quot;All Tasks&quot;,&quot;id&quot;:&quot;4000000007834&quot;},{&quot;isCustomView&quot;:false,&quot;name&quot;:&quot;My Tasks&quot;,&quot;id&quot;:&quot;4000000007836&quot;},{&quot;isCustomView&quot;:false,&quot;name&quot;:&quot;My Open Tasks&quot;,&quot;id&quot;:&quot;4000000007838&quot;},{&quot;isCustomView&quot;:false,&quot;name&quot;:&quot;Completed Tasks&quot;,&quot;id&quot;:&quot;4000000007840&quot;},{&quot;isCustomView&quot;:false,&quot;name&quot;:&quot;Open Tasks&quot;,&quot;id&quot;:&quot;4000000007842&quot;},{&quot;isCustomView&quot;:false,&quot;name&quot;:&quot;Overdue Tasks&quot;,&quot;id&quot;:&quot;4000000007844&quot;},{&quot;isCustomView&quot;:false,&quot;name&quot;:&quot;Todays Tasks&quot;,&quot;id&quot;:&quot;4000000007846&quot;},{&quot;isCustomView&quot;:false,&quot;name&quot;:&quot;Tomorrows Tasks&quot;,&quot;id&quot;:&quot;4000000007848&quot;},{&quot;isCustomView&quot;:false,&quot;name&quot;:&quot;Today+Overdue Tasks&quot;,&quot;id&quot;:&quot;4000000007850&quot;},{&quot;isCustomView&quot;:false,&quot;name&quot;:&quot;Next7days+Overdue Tasks&quot;,&quot;id&quot;:&quot;4000000007852&quot;}]}