Cisco Cisco MediaSense Release 9.0(1) Developer's Guide

Page of 136
Failure JSON
Response Schema:
{
    
: <
 is an integer>,
"responseCode"
this
    
,
"responseMessage"
"Failure: <
 is a string>"
this
    
"detail"
"<
 is a string>"
this
}
Related Error Codes:
Go to the 
Events Triggered:
None
Availability:
Available since API Version 1.2
Modified in API Version 1.4 (See Notes below.) 
Release:
8.5(3)
Notes:
* The following changes were introduced in Release 9.0(1), Version 1.4:
Introduced a new parameter in the Track (refer to Parameter Description table for more info):
codec 
Examples for getSessionsByCCID
Example 1
To get all sessions that have the ccid "13092154564622@10.194.118.71":
HTTPS GET
Headers:
JSESSIONID: <the jsessionId received from a previous 
 request>
Example 2
To get the first ten sessions that have the ccid "13092154564622@10.194.118.71":
HTTPS GET
Headers:
JSESSIONID: <the jsessionId received from a previous 
 request>
Example 3
To get the first 100 (default number of records returned) sessions that have the ccid "13092154564622@10.194.118.71":
HTTPS GET
Headers:
JSESSIONID: <the jsessionId received from a previous 
 request>
 
113