getModules methode
Doel
U kunt de getModules methode gebruiken voor het verkrijgen van de lijst van modules in uw CRM-account.
URL van het verzoek
XML-indeling:
https://crm.zoho.com/crm/private/xml/Info/getModules?authtoken=Auth Token&scope=crmapi
JSON-indeling:
https://crm.zoho.com/crm/private/json/Info/getModules?authtoken=Auth Token&scope=crmapi
Parameters van het verzoek
Parameter | Gegevenstype | Beschrijving |
authtoken* | String | Versleutelde alfanumerieke tekenreeks ter verificatie van uw Zoho inloggegevens. |
scope* | String | Voer als waarde crmapi in. |
type | String | Voer als waarde api in. Zo ontvangt u enkel de modules die toegankelijk zijn via API. |
* - Verplichte parameter
Opmerking:
- Raadpleeg de Releaseopmerkingen voor meer informatie over doorgevoerde verbeteringen in de API-implementatie.
Voorbeeld response
<response uri="/crm/private/xml/Info/getModules">
</response>
Als type = api zullen de functionaliteit en response zoals hieronder worden getoond:
<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>