Authorizations
Your unique Avido API key
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 by tag names (slugified). Documents must have ALL of these tags
Example:
["api-documentation", "user-guide"]
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"
]