curl --request POST \
--url https://api.avidoai.com/v1/quickstarts/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/v1/quickstarts/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
}Your unique Avido API key
Your unique Avido Application ID
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