Get a document by ID
Requires the DOCUMENT.VIEW permission.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
resourceId
The ID of the resource to be requested.
Headers
x-platform-id
Platform ID.
Response
OK
name
The name of the document.
content_type
Content type of the file (e.g. application/pdf).
object_type
id
created_at
description
An optional description of the document.
file_size
The file size in bytes.
downloaded_at
Timestamp of the most recent download.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error