getCustomViews
Table of Contentsup
Purpose
You can use the getCustomViews method to retrieve the list of custom views in a module. Along with name of the custom views, you can also get the custom view ID, which can be used to maintain the same view name in third party applications.
Request URL
XML Format:
https://<APPDOMAIN>/crm/private/xml/Accounts/getCustomViews?
JSON Format:
https://<APPDOMAIN>/crm/private/json/Accounts/getCustomViews?
Auth Token
Auth Token is an encrypted alphanumeric string that is required to authenticate your CRM account credentials. A valid user's Authentication Token is necessary to access the API. When making an API request, send the authentication token in the Authorization header as shown below:
https://<APPDOMAIN>/crm/private/xml/Accounts/getCustomViews?
Header:
Authorization=1000XXXX65.1000XXXX44.caXXXXXXXXXXXX
(See Using Authentication Token )