Get Live Recordings
inProgress parameter is used to search live/completed recordings. When true, a search is performed for currently recording files only and when false, a search is performed for completed recordings only. By default this value is false.
Example Request (inProgress as false - to fetch completed
recordings):
curl -k -X GET "https://<FACE_host_name_or_IP>:8443/Face/audioRecording/details?token=f25
bb6bf-b325-46e0-8e55-5e3b1fda4b9a&inProgress=false"
Example
Response:
<?xml version="1.0"
encoding="UTF-16"?><result><code>-1</code><message>Selection criteria insufficient to
determine recording. Returning all
matches.</message><matches><match><recordingId>133</recordingId><ingressCallId>004ECF4F-943E-EB11-AD6E-C39D47FD71D4@10.166.170.217</ingressCallId><from>pattern3</from><to>latest</to><start>2020-12-17
05:10:26</start></match><match><recordingId>134</recordingId><ingressCallId>004ECF4F-943E-EB11-AD6E-C39D47FD71D4@10.166.170.217</ingressCallId><from>pattern3</from><to>latest</to><start>2020-12-17
05:10:46</start></match><match><recordingId>136</recordingId><ingressCallId>00517F4B-E53E-EB11-8F86-55CEF6D87006@10.166.187.204</ingressCallId><from>pattern3</from><to>latest</to><start>2020-12-17
14:50:03</start></match></matches></result>
Example Request (inProgress as true - to fetch ongoing/live
recordings):
curl -k -X GET https://<FACE_host_name_or_IP>:8443/Face/audioRecording/details?token=f25bb
6bf-b325-46e0-8e55-5e3b1fda4b9a&inProgress=true
Example
Response:
<?xml version="1.0" encoding="UTF-16"?><result><code>0</code><message>ACK</message><recording><tmpRecordingI
d>156</tmpRecordingId><ani>pattern3</ani><dnis>latest</dnis><account>1</account><duration>0</duration><startTime>
2021-01-08
11:09:38.448</startTime><route>7</route><sensitive>0</sensitive><deleteFlag>false</deleteFlag><ing
ressCallId>808DD088-1050-EB11-8E05
-A5D87DF3ADBE@10.191.219.86</ingressCallId><customDataSets/><segments><segment><tmpSegmen
tId>183</tmpSegmentId><tmpRecordingId>156</tmpRecordingId><sequence>1</sequence><filename>latest-808DD088-1050-EB11-8E05-A5D87DF3ADBE@10.191.219.86.seg0.wav</filename><fileStatus>0</fileStatus><locationId>1</locationId><accountId>1</accountId><routeId>7</routeId><start>2021-01-08
11:09:38.448</start><checksumMismatch>false</checksumMismatch><pauseLength>0</pauseLength><pausedWithSilence>false</pausedWithSilence><securedMedia>0</securedMedia><hasVideo>false</hasVideo><archived>0</archived><archivalFailCount>0</archivalFailCount><archiverMode>Primary</archiverMode><archiverAction>0</archiverAction><conversionStatus>0</conversionStatus><customDataSets/><siprecDataSets/></segment></segments></recording></result>