Retrieves addon module information

Open in ChatGPT Open in ChatGPT to ask questions about this page
Open in Claude Open in Claude to ask questions about this page
Copy as MarkdownCopy this page as markdown to use with AI assistants
View as Markdown Open this page as markdown in a new tab

Returns addon module status and managed device counts

Endpoints

Request URL

https://{serverurl}/intelligence/api/addon

Scope

DesktopCentralCloud.DEX.READCopied!

Header

Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52

Request Parameters

- Request Headers

AcceptstringMandatory
application/addonModule.v1+jsonapplication/addonModule.v1+jsonCopied!

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request GET \
  --url https://appdomains/intelligence/api/addon \
  --header 'Accept: application/addonModule.v1+json' \
  --header 'Authorization: Zoho-oauthtoken  d92d4xxxxxxxxxxxxx15f52'

Response Parameters

- HTTP code 200

Response Body - application/json
JSON Object
Hide Sub-Attributes
totalDevicesCountinteger

Total count of managed devices in the organization

moduleStatusinteger

Status of the DEX addon module (0=disabled, 1=enabled, 2=selectively enabled)

eiManagedDevicesCountinteger

Count of devices managed by DEX

Possible Response Codes

200HTTP code

Sample Response: HTTP 200

Copied!
  {
    "totalDevicesCount": 2,
    "moduleStatus": 1,
    "eiManagedDevicesCount": 2
  }
                
Show full

Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes

Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.