Get Agent Response Test Summaries By Ids
Gets agent response test summaries for the requested test IDs.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Request body
Example request
{
"test_ids": [
"test_id_1",
"test_id_2"
]
}Response
Successful Response
Changes
Changed in 2 of the 29 revisions of this API.2
- ●
added the new
avayaenum value to thetests/additionalProperties/conversation_initiation_source/anyOf[subschema #1: ConversationInitiationSource]/response property for the response status200response-property-enum-value-added
- ●
- ●
added the new
audiocodesenum value to thetests/additionalProperties/conversation_initiation_source/anyOf[subschema #1: ConversationInitiationSource]/response property for the response status200response-property-enum-value-added
- ●