Conversations
Get Team Unassigned Conversations
Get conversation assigned to team but not assigned to any agent
get/api/v1/teams/{id}/conversations/unassigned
Path parameters
idstring required
The unique identifier for the team
Query parameters
pageinteger
Page number (defaults to 1)
page_sizeinteger
Number of items per page (defaults to 30, max 100)
Response
List of unassigned conversations for team
Example response
{
"status": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.