REST API Method: GET /rest/media
Retrieves all resource schema elements and values related to the Media System Configuration settings.
URL:
https://134.56.227.163/rest/media
HTTP Method
GET
Requires Authentication:
true
Parameters
Name | Required | Values | Description |
---|---|---|---|
filter | No |
| The type of filtered information in the response. If no filters are specified, all get applied. |
Usage Example: (about cURL | requires a session token)
curl --cookie PHPSESSID=ima0r3nkaeg8mo0suln67vg4m7 --cacert 134.56.227.163.crt -i https://134.56.227.163/rest/media
Response:
<?xml version="1.0"?> <root> <status> <http_code>200</http_code> </status> <media href="https://134.56.72.218/rest/media"> <EchoCancel_LECOption>0</EchoCancel_LECOption> <EchoCancel_NLPOption>1</EchoCancel_NLPOption> <FXSPortSelection></FXSPortSelection> <MOHSource>0</MOHSource> <RTPRTCP_PortCount>600</RTPRTCP_PortCount> <RTPRTCP_PortStart>16384</RTPRTCP_PortStart> <SendSTUNPackets>1</SendSTUNPackets> <rt_CurrentMohFilename></rt_CurrentMohFilename> </media> </root>
Overview
Content Tools