getModules 方法

getModules 方法

 目的

您可以使用getModules方法获取您的 CRM软件 账户中的模块列表。

 请求 URL

XML 格式:
https://crm.zoho.com.cn/crm/private/xml/Info/getModules?authtoken=Auth Token&scope=crmapi

JSON 格式:
https://crm.zoho.com.cn/crm/private/json/Info/getModules?authtoken=Auth Token&scope=crmapi 

 请求参数

参数 数据类型 说明
authtoken* 字符串 验证您的 Zoho 凭据的加密字母数字字符串。 
scope* 字符串 将数值指定为crmapi
类型 字符串 将数值指定为api。 这将仅返回通过 API 可访问的模块。

* - 必填参数

注意:

  • 参考发布说明页面了解关于 API 执行中进行的强化的更多信息。

样本响应

<response uri="/crm/private/xml/Info/getModules">

<result>
<row no="1" id="xxxx000000002xxx" pl="Accounts" sl="Account" gt="1">Accounts</row>
<row no="2" id="xxxx000000002xxx" pl="Contacts" sl="Contact" gt="1">Contacts</row>
<row no="3" id="xxxx000000002xxx" pl="Registrations" sl="Customers" gt="4">CustomModule1</row>
<row no="4" id="xxxx000000002xxx" pl="Potentials" sl="Potential" gt="1">Potentials</row>
<row no="5" id="xxxx000000002xxx" pl="Activities" sl="Activity" gt="1">Activities</row>
<row no="6" id="xxxx000000002xxx" pl="Campaigns" sl="Campaign" gt="1">Campaigns</row>
<row no="7" id="xxxx000000002xxx" pl="Cases" sl="Case" gt="1">Cases</row>
<row no="8" id="xxxx000000002xxx" pl="Leads" sl="Lead" gt="1">Leads</row>
<row no="9" id="xxxx000000002xxx" pl="Social" sl="Social" gt="1">Social</row>
<row no="11" id="xxxx000000002xxx" pl="Quotes" sl="Quote" gt="1">Quotes</row>
<row no="12" id="xxxx000000002xxx" pl="Documents" sl="Documents" gt="1">Documents</row>
<row no="13" id="xxxx000000002xxx" pl="Reports" sl="Reports" gt="1">Reports</row>
<row no="14" id="xxxx000000002xxx" pl="Emails" sl="Email" gt="1">Emails</row>
<row no="15" id="xxxx000000002xxx" pl="Products" sl="Product" gt="1">Products</row>
</result>
</response> 

如果类型 = api,功能和响应将如下所示:

<response uri="/crm/private/xml/Info/getModules">
<result>
<row no="1" id="1757196000000002175" pl="Leads" sl="Lead" gt="1">Leads</row>
<row no="2" id="1757196000000002177" pl="Accounts" sl="Account" gt="1">Accounts</row>
<row no="3" id="1757196000000002179" pl="Contacts" sl="Contact" gt="1">Contacts</row>
<row no="4" id="1757196000000002181" pl="Potentials" sl="Potential" gt="1">Potentials</row>
<row no="5" id="1757196000000002193" pl="Tasks" sl="Task" gt="1">Tasks</row>
<row no="6" id="1757196000000002195" pl="Events" sl="Event" gt="1">Events</row>
<row no="7" id="1757196000000033015" pl="Calls" sl="Call" gt="1">Calls</row>
<row no="8" id="1757196000000002213" pl="Products" sl="Product" gt="1">Products</row>
<row no="9" id="1757196000000002183" pl="Campaigns" sl="Campaign" gt="1">Campaigns</row>
<row no="10" id="1757196000000002209" pl="Cases" sl="Case" gt="1">Cases</row>
<row no="11" id="1757196000000002211" pl="Solutions" sl="Solution" gt="1">Solutions</row>
<row no="12" id="1757196000000002215" pl="Vendors" sl="Vendor" gt="1">Vendors</row>
<row no="13" id="1757196000000002217" pl="Price Books" sl="Price Book" gt="1">PriceBooks</row>
<row no="14" id="1757196000000002219" pl="Quotes" sl="Quote" gt="1">Quotes</row>
<row no="15" id="1757196000000002221" pl="Sales Orders" sl="Sales Order" gt="1">SalesOrders</row>
<row no="16" id="1757196000000002223" pl="Purchase Orders" sl="Purchase Order" gt="1">PurchaseOrders</row>
<row no="17" id="1757196000000002225" pl="Invoices" sl="Invoice" gt="1">Invoices</row>
</result>

依然找不到您想要的内容?

请给我们写邮件:support-crm@zohocorp.com.cn