GET api-v1/library/documents/{id}
Returns a DocumentMessage (details about the document and a download link) for the document with the given Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The Id of the document to find |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A DocumentMessage (details about the document and a download link) for the document with the given Id
DocumentMessageName | Description | Type | Additional information |
---|---|---|---|
FileName |
The name of file as it appeared in docstat |
string |
None. |
Md5Hash |
The computed MD5 hash of the document |
string |
None. |
Id |
The Id of the document as it appears in the DocumentV2 |
integer |
None. |
Url |
The Url from which the document can be downloaded |
URI |
None. |
Response Formats
application/json,text/json
Sample:
Sample not available.