GET - Get all queue audio profiles
Purpose
Use this API to get all queue audio profile details.
Authorization
| HeaderKey | Description |
| Authorization* | Zoho-oauthtoken<space><ACCESS_TOKEN> |
| Accept* | Set to application/json. |
Scope
*All APIs are accessible under zohovoice.queues.ALL scope.
Request URL
Method: GET
| https://voice.zoho.com/rest/json/zv/api/queueaudioprofile?searchText=&from=0&offset=50 |
Scope: zohovoice.queues.READ
Sample Request
Copiedcurl "https://voice.zoho.com/rest/json/zv/api/queueaudioprofile" \
-X GET \
-H "Authorization:Zoho-oauthtoken *****"Sample Response - Success
Copied{
"queueAudioProfiles": [
{
"updatedTime": 1737957929919,
"updatedBy": "john@zylker.com",
"name": "US Support - Main ",
"id": "2069000002486021"
}
],
"code": "200",
"status": "SUCCESS"
}Sample Response - Error
Copied{
"code": "<App Error Code>",
"message": "<Error Message>",
"status": "ERROR"
}