Document Details
Purpose
To get the details of a particular document.
HTTP Request URL
https://{api.office-integrator_domain}/writer/officeapi/v1/documents/<document_id>?apikey=<apikey>
Request Parameters
Parameter | Data Type | Description |
Mandatory Parameters | ||
apikey | String | Uniquely identifies the web application in which the Writer editor is integrated. |
document_id | String | Unique id of the document. |
Sample Request
Copiedhttps://api.office-integrator.com/writer/officeapi/v1/documents/1349?apikey=423s*****
Sample Response
Copied{
"document_id" : "1349",
"collaborators_count" :2,
"active_sessions_count" :2,
"document_name" : "New Document.zdoc",
"document_type" : "document/merge_template/fillable_template",
"created_time": "2019-02-27T07:25:15Z",
"created_time_ms":2313131423432,
"expires_on":"2019-02-27T07:25:15Z",
"expires_on_ms":2313131423432
}