Used to get deployment resources list
https://{serverurl}/intelligence/api/deployments/resources/{resourceTypeId}/publishedResources
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Page offset for pagination (1-based, default: 1)
Maximum number of results per page (default: 30)
Optional search filter applied to resource names
curl --request GET \
--url https://appdomains/intelligence/api/deployments/resources/{resourceTypeId}/publishedResources \
--header 'Accept: application/publishedResources.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Display name of the published resource
Resource version identifier. Use as versionID when creating a deployment via Create Deployment
Resource type identifier. Fetch from Get Deployment Resources
Publish status of the resource
[
{
"resourceTypeID": 1,
"label": "Onboarding Workflow",
"value": 1001,
"status": 1
},
{
"resourceTypeID": 1,
"label": "Patch Deployment Workflow",
"value": 1002,
"status": 1
}
]
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.