The platform type for which to retrieve queues.
For a 200 response code, the response body is an object containing data
, an array of contact center queues/skill groups.
The group ID with which this queue or skill group is associated.
The group name with which this queue or skill group is associated.
The contact center queue or skill group ID.
The contact center queue or skill group name.
curl --request GET \--url 'https://api.getmindful.com/v2/callback/contactCenter/queues?platformType=amazonConnect' \--header 'Accept: application/json' \--header 'Authorization: Bearer 123'
1{2"data": [3{4"groupId": "string",5"groupName": "string",6"id": "string",7"name": "string"8}9]10}