Batch Assign
PUT /:account/conversation_filters/:conversation_filter/conversations/assign
Multiple conversations in a given filter can be assigned by a User so that the conversations appear in the User’s “Assigned to you” filter.
Examples
Batch assign with IDs
Request
PUT /my_account/conversation_filters/active/conversations/assign
Body
{
"conversations": ["/conversations/BYoaNE", "/conversations/JYnGLo", "/conversations/6LR9Yj"]
}
Example
$ curl -i -H Accept:"application/vnd.textus+jsonld" \
-H Authorization:"Bearer {token}" \
-X PUT /my_account/conversation_filters/active/conversations/assign
-d '{
"conversations": ["/conversations/BYoaNE", "/conversations/JYnGLo", "/conversations/6LR9Yj"]
}'
Response
Status
202
Response Type
No body