![AMX DTV VISION2 INTEGRATION - DIAGRAM Operation/Reference Manual Download Page 24](http://html1.mh-extra.com/html/amx/dtv-vision2-integration-diagram/dtv-vision2-integration-diagram_operation-reference-manual_2938670024.webp)
API Commands
18
Vision
2
API Guide
v2Master_GetListOfServices
Obtains a list of selected service types on the entire Vision
2
system.
Parameters
sServiceType
The type of services to return. This can be one of the following values: v2Archive, v2DVB,
v2Live, v2Record, v2Producer, v2LiveWMV, v2ReflectorWMV, v2ProducerWMV, or ALL
which returns every service on the system.
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
<services>
<service
servicetype="v2DVB"
id="20110014111919578"
name="DVB 1"
tuner="AMX DTV-TX01 DVB-T Multicast on NIC 2"
captureepg="false"
activated="true"
licensed="true"
capturenan="false"
demomode="false"
basemulticastaddress="234.1.0.0"
port="5500"
ttl="2"
nic="1"
frequency="Multicast 224.10.0.9"
archivetype="LME"
webserviceurl="http://WIN2K3SERVER/v2Services/"
subtitles="false"
secondaryaudio="false"
buffersize="1316"
scanfile="SINGLE_MUX_MULTICAST_DVB:224.10.0.9:1234" />
</services>
</v2>
PRGM EX. 17
v2Master_GetListOfServices Sample XML
For most calls to the system, the service ID is required.