getCustomViewsメソッド

 目的

getCustomViews Methodメソッドを使用すると、タブのカスタムビューリストを取得できます。カスタムビューの名前と一緒にカスタムビューIDも取得できます。このIDは、外部サービスアプリケーションで同じビュー名を維持するために使用してください。

 リクエストURL

XML形式:
https://crm.zoho.com/crm/private/xml/Accounts/getCustomViews?authtoken=AuthToken&scope=crmapi

JSON形式:
https://crm.zoho.com/crm/private/json/Accounts/getCustomViews?authtoken=AuthToken&scope=crmapi

 リクエストパラメーター

パラメーターデータ型説明
authtoken*文字列Zoho認証情報の認証に使用する、暗号化された英数字文字列。 
scope*文字列値をcrmapiと指定してください。

* - 必須パラメーター

注:

  • API実装で行われた強化の詳細については、リリースノートページを参照してください。

 レスポンス例

<response uri="/crm/private/xml/Accounts/getCustomViews">

<result>

<Type name="Created By Me" val="Created By Me">

<view id="508020000000083005" name="Custom View" customcv="true" default="true">Custom View</view>

</Type>

<Type name="Shared With Me" val="Shared With Me">

<view id="508020000000012665" name="All Accounts" customcv="false">All Accounts</view>

<view id="508020000000012673" name="My Accounts" customcv="false">My Accounts</view>

<view id="508020000000012687" name="New Last Week" customcv="false">New Last Week</view>

<view id="508020000000012681" name="New This Week" customcv="false">New This Week</view>

<view id="508020000000012699" name="Recently Created Accounts" customcv="false">Recently Created Accounts</view>

<view id="508020000000012701" name="Recently Modified Accounts" customcv="false">Recently Modified Accounts</view>

<view id="508020000000014025" name="Unread Accounts" customcv="false">Unread Accounts</view>

</Type>

</result>

</response>