Document Info
Purpose
To get the details of a particular PDF.
HTTP Request URL
https://{api.office-integrator_domain}/pdfeditor/officeapi/v1/pdf/<document_id>?apikey=<apikey>
Request Parameters
Parameter | Value | Description |
Mandatory Parameters | ||
apikey | 423s***** | Uniquely identifies the web application in which the PDF editor is integrated. |
document_id | String | Unique id of the document. |
Sample Request
Copiedhttps://api.office-integrator.com/pdfeditor/officeapi/v1/pdf/1349?apikey=423s*****
Sample Response
Copied{
"document_name": "New Document.pdf",
"created_time": "2025-03-21T12:55:00Z",
"collaborators_count": 1,
"active_sessions_count": 1,
"created_time_ms": 1742561700047,
"expires_on_ms": 1742583300047,
"expires_on": "2025-03-21T18:55:00Z",
"document_id": "1349",
"document_type": "native"
}