Fetches software packages with optional filters for platform, search text, and pagination. Returns package metadata including name, size, license type, creator, and creation time.
get /dcapi/swDeployment/packages
https://{server-hostname}:8383/dcapi/swDeployment/packages
SWDeployment.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/swDeployment/packages \
--header 'Accept: application/packages.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Total number of packages matching criteria
true if more records exist beyond the current offset+limit, false otherwise
Array of package summary entries
Unique package identifier
Display name of the package
Target platform: Windows, Mac, or Linux
Total size of the package in bytes
License type: Commercial or Non-Commercial
Username of the creator
Epoch timestamp (ms) when the package was created
INTERNAL_ERROR for DB query failures, SW_INTERNAL_ERROR for package operation errors
Internal server error with details about the package retrieval or execution status failure
Paginated package list
{
"has_more_records": true,
"totalCount": 42,
"packages": [
{
"licenseType": "Non-Commercial",
"createdBy": "admin",
"packageId": 10001,
"createdTime": 1713264000000,
"packageName": "7-Zip 23.01 x64",
"packageSize": 1523712,
"platform": "Windows"
}
]
}
Server error
{
"errorMessage": "Internal Server Error",
"errorCode": "INTERNAL_ERROR"
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.