List assignments for a quickstart
Assignments
List assignments for a quickstart
Retrieves a paginated list of assignments for a quickstart with optional filtering.
GET
List assignments for a quickstart
Documentation Index
Fetch the complete documentation index at: https://docs.avidoai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your unique Avido API key
Your unique Avido Application ID
Path Parameters
The quickstart ID
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Example:
"234e4567-e89b-12d3-a456-426614174000"
Query Parameters
Number of items to skip before starting to collect the result set.
Required range:
0 <= x <= 9007199254740991Example:
0
Number of items to include in the result set.
Required range:
1 <= x <= 100Example:
25
Field to order the result set by.
Available options:
createdAt, modifiedAt, stage, id Example:
"createdAt"
Order direction.
Available options:
asc, desc Example:
"desc"
Filter by review stage
Available options:
KB_REVIEW, TASKS_TOPICS_REVIEW, POLICIES_REVIEW Example:
"KB_REVIEW"
Filter by assigned user ID
Required string length:
1 - 255Example:
"user_789012"
Filter by topic ID
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Example:
"789e4567-e89b-12d3-a456-426614174000"