Skip to main content

Update the Visitor History Details for the Particular View Column

Description

You can use this API to update the visitor history details for the particular view column.

OAuth Scope:

SalesIQ.userpreferences.UPDATE

Requested Payload:

  • list_name : In the Visitor History tab > list view, to specify the list among the three columns (Values: list_one(the first column), list_two(the second column), list_three(the third column))
  • view_id : To specify the view to be displayed in the list.

URL:

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/userpreferences/visitorhistoryviews

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker/userpreferences/visitorhistoryviews

Request Payload

Copied{
  "list_name":"list_two",
  "view_id":"66000000004005" 
}