Dashboard > Metasoft Development Network > Welcome to Metasoft Web Services > ETSI TV-Anytime API
  Metasoft Development Network Log In | Sign Up   View a printable version of the current page.  
  ETSI TV-Anytime API
Added by Brant Levinson, last edited by Brant Levinson on Feb 18, 2009
Labels: 
(None)

The TV-Anytime ETSI API has both SOAP and REST interfaces:

SOAP API

WSDL

REST API

The REST API can be accessed via the following syntax:

getData?fieldID=[field]&fieldValue=[fieldValue]&test=[contains}equals]&TableType=[table]&type=[TVA|MRSS|XMLTV]

For example:
http://metaservices.net/metasoft/rest/getData?fieldID=Genre&fieldValue=Sports&test=contains&TableType=ProgramInformationTable&type=TVA

live example

Handy Hint
If nothing is specified with the "type=" the result will be in TV-Anytime format.


or

getData?fieldID[number]=[field]&fieldValue[number]=[fieldValue]&test[number]=[contains}equals]&TableType=[table]&type=[TVA|MRSS|XMLTV]

For example:
http://metaservices.net/metasoft/rest/getData?fieldID1=Genre&fieldValue1=Sports&test1=contains&fieldID2=Title&fieldValue2=Russell%20Brand&test2=contains&TableType=ProgramInformationTable

live example

Examples of different clients using the SOAP API?

Adobe Flex
Java
C Sharp
VB.NET

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.3 Build:#641 Jan 13, 2007) - Bug/feature request - Contact Administrators