Create a new assignment
Assignments
Create a new assignment
Creates a new assignment linking a user to a topic.
POST
Create a new assignment
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"
Body
application/json
Request body for creating a new assignment
The review stage this assignment belongs to
Available options:
KB_REVIEW, TASKS_TOPICS_REVIEW, POLICIES_REVIEW Example:
"KB_REVIEW"
User ID to assign to
Required string length:
1 - 255Example:
"user_789012"
Topic ID to assign
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"
Response
Successfully created assignment
Successful response containing the assignment data
An assignment linking a user to a topic for a review stage