Skip to main content
Use these endpoints to read documents from your DocInject organization. You can list all documents you own or that have been shared with you, get a breakdown of document counts by status, or fetch a single document with its complete section and step hierarchy.

List documents

Returns an array of documents.

Example request

Response

Returns 200 OK with an array of document objects.
id
string
required
Unique identifier for the document.

Get a single document

Returns a single document.

Example request

Response

Returns 200 OK with a document object.
The API returns 404 Not Found if the document does not exist or belongs to a different organization than your API key.