Authorizations
Your unique Avido API key
Your unique Avido Application ID
Query Parameters
Filter by document version status (filters documents by their active version status) Status of the document. Valid options: DRAFT, REVIEW, APPROVED, ARCHIVED.
Available options:
DRAFT, REVIEW, APPROVED, ARCHIVED Example:
"APPROVED"
Filter documents by tag ID
Example:
"789e4567-e89b-12d3-a456-426614174000"
Search in document version title and content
Example:
"API documentation"
Response
List of document IDs retrieved successfully
Response containing all document IDs without pagination
Array of all document IDs matching the filter criteria
Example:
[
"123e4567-e89b-12d3-a456-426614174000",
"223e4567-e89b-12d3-a456-426614174001",
"323e4567-e89b-12d3-a456-426614174002"
]