To fetch individual docs details
https://{server-hostname}:8383/api/v1/mdm/docs/{doc_id}
MDMDeviceMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the document. Obtain from the Upload Content or Get Content List response
curl --request GET \
--url https://appdomain/api/v1/mdm/docs/{doc_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'A unique identifier for the document or media
Name of the document or media
Epoch timestamp (milliseconds) when the document or media was added to the MDM server
Epoch timestamp (milliseconds) when the document or media was last modified
Name of the user who last modified the document or media
User ID of the user who last modified the document or media
Name of the user who created the document or media
User ID of the user who created the document or media
Document or media size in bytes
Content type identifier
Repository from where the media or document is added
Content description
Content details retrieved successfully
{
"updated_time": 1714717200000,
"added_time": 1714630800000,
"size": 6855,
"doc_name": "Zylker MDM",
"description": "List of Docs",
"last_modified_by": 9007199254741036,
"doc_type": 4,
"created_by_name": "admin",
"doc_id": 9007199254741080,
"last_modified_by_name": "admin",
"created_by": 9007199254741036,
"repository_type": 1
}
![]()
Duration: 1 minute | Threshold: 120 | 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.