v1
latestOpenAPI 3.0.02026-08-063014193.1 MBReturn the data for all Documents
Outlines the parameters, optional and required, used when requesting the data for all Documents
Query parameters
The unique identifier for a single Contact. Use the keyword null to match those without a Document. The list will be filtered to include only the Document records with the matching property.
Filter Document records to those having the created_at field after a specific time. (Expects an ISO-8601 timestamp).
The unique identifier for a single DocumentCategory. Use the keyword null to match those without a Document. The list will be filtered to include only the Document records with the matching property.
Filter records to only those with the given external property(s) name set.
e.g. ?external_property_name=Name
Filter records to only those with the given external property(s) value set. Requires external property name as well.
e.g. ?external_property_name=Name&external_property_value=Value
The fields to be returned. See response samples for what fields are available. For more information see the fields section.
Filter Document records to those having the specified unique identifiers.
Allow trashed Document record to be included.
A limit on the number of Document records to be returned. Limit can range between 1 and 200. Default: 200.
Filter Document records to those that are locked.
The unique identifier for a single Matter. Use the keyword null to match those without a Document. The list will be filtered to include only the Document records with the matching property.
Orders the Document records by the given field. Default: id(asc).
A token specifying which page to return.
The unique identifier for a single Folder. Use the keyword null to match those without a Document. The list will be filtered to include only the Document records with the matching property.
Wildcard search for name matching the given string.
Filters Document record to those being a child of the parent Folder, or a descendant of the parent Folder. Default is children.
Allow Document record being uploaded to be included.
Filter Document records to those having the updated_at field after a specific time. (Expects an ISO-8601 timestamp).
Headers
The API minor version. Default: latest version.
Response
Ok