curl --request POST \
--url https://api.avidoai.com/v0/quickstarts/{id}/assignments/bulk \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>' \
--data '
{
"assignments": [
{
"stage": "KB_REVIEW",
"assignedTo": "user_789012",
"topicId": "789e4567-e89b-12d3-a456-426614174000"
}
]
}
'{
"count": 5
}Creates multiple assignments in a single request.
curl --request POST \
--url https://api.avidoai.com/v0/quickstarts/{id}/assignments/bulk \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>' \
--data '
{
"assignments": [
{
"stage": "KB_REVIEW",
"assignedTo": "user_789012",
"topicId": "789e4567-e89b-12d3-a456-426614174000"
}
]
}
'{
"count": 5
}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.
Your unique Avido API key
Your unique Avido Application ID
The quickstart ID
^([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)$"234e4567-e89b-12d3-a456-426614174000"
Request body for bulk creating assignments
Array of assignments to create
1 - 1000 elementsShow child attributes
Successfully created assignments
Response for bulk assignment operations
Number of assignments affected
0 <= x <= 90071992547409915