Get single voice tag
Path Parameters
- id string required
Voice tag id
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
- description string
A description
- assign string
Possible values: [
Both
,Caller
,Agent
]Which side of the call should we look at to match the phrases
- phrases string[]
- priority integer
What order to look for voice tags. 1 is highest priority
[
{
"id": 1,
"description": "Sales",
"assign": "Both",
"phrases": [
"Quote"
],
"priority": 1
}
]
Validation error in request, details can be found in the body of the response
Customer does not have access to speech analytics.
GET /voice-tags/:id
curl -L 'https://www.reports.mediahawk.co.uk/rest/v2_0/voice-tags/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L 'https://www.reports.mediahawk.co.uk/rest/v2_0/voice-tags/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L 'https://www.reports.mediahawk.co.uk/rest/v2_0/voice-tags/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L 'https://www.reports.mediahawk.co.uk/rest/v2_0/voice-tags/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L 'https://www.reports.mediahawk.co.uk/rest/v2_0/voice-tags/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'