Returns all the document summaries for that user, limited to 300 per page.
Basic authentication using an API key, e.g. {Authorization: Bearer aff_0bb4fbdf97b7e4111ff6c0015471094155f91}
.
You can find your API key within the Settings page of the Affinda web app. You can obtain an API key by signing up for a free trial.
The number of documents to skip before starting to collect the result set.
x >= 0
0
The numbers of results to return.
1 <= x <= 100
20
Filter by workspace.
"mEFayXdO"
Filter by collection.
"mEFayXdO"
Filter by the document's state.
uploaded
, review
, validated
, archived
, rejected
Filter by tag's IDs.
Uniquely identify a tag.
Filter by created datetime.
today
, yesterday
, week
, month
, year
Partial, case-insensitive match with file name or tag name.
Sort the result set. A "-" at the beginning denotes DESC sort, e.g. -created_dt. Sort by multiple fields is supported. Supported values include: 'file_name', 'extractor', 'created_dt', 'validated_dt', 'archived_dt' and 'parsed__<dataPointSlug>'.
By default, this endpoint returns only the meta data of the documents. Set this to true
will return a summary of the data that was parsed. If you want to retrieve the full set of data for a document, use the GET /documents/{identifier}
endpoint.
Exclude some documents from the result.
Unique identifier for the document
Exclude documents that are currently being reviewed.
Filter by failed status.
Filter by ready status.
Filter for validatable documents.
Filter for documents with challenges.
Filter for documents with this custom identifier.
If "true", the response is compacted to annotations' parsed data. Annotations' meta data are excluded. Default is "false".
If "false", the documents count is not computed, thus saving time for large collections. Default is "true".
Whether to return the response in snake_case instead of camelCase. Default is false.
All documents for user
The response is of type object
.