Authorizations
Your unique Avido API key
Your unique Avido Application ID
Query Parameters
Number of items to skip before starting to collect the result set.
Required range:
x >= 0Example:
0
Number of items to include in the result set.
Required range:
1 <= x <= 100Example:
25
Field to order by in the result set.
Example:
"createdAt"
Order direction.
Available options:
asc, desc Example:
"desc"
Filter by document version status Status of the document. Valid options: DRAFT, REVIEW, APPROVED, ARCHIVED.
Available options:
DRAFT, REVIEW, APPROVED, ARCHIVED Example:
"APPROVED"
Filter by document ID
Example:
"123e4567-e89b-12d3-a456-426614174000"
Filter by specific document version ID
Example:
"321e4567-e89b-12d3-a456-426614174001"