XML
Request the XML (OData Atom) format by adding the$format=atom query parameter or by adding the HTTP Accept header with the value application/xml to the request. See the example request and response below.
Request
http://MyServer:MyPort/connector/MyAPIPortName/api.rsc/Cars?$format=atom
Response
JSONP
Request the JSONP format by adding the$callback=myCallback query parameter, where myCallback is the name of the function you would like to wrap the JSON result. See the example request and response below.
Request
http://MyServer:MyPort/connector/MyAPIPortName/api.rsc/Cars?$callback=myCallback
Response
RSS
Request the RSS format by adding the query parameter@rss to the request. See the example request and response below.
Request
http://MyServer:MyPort/connector/MyAPIPortName/api.rsc/Cars?@rss
Response
HTML
Request the API response to be formatted as a simple, unstyled HTML table by adding the query parameter@html to the request. See the example request and response below.
Request
http://MyServer:MyPort/connector/MyAPIPortName/api.rsc/Cars?@html
Response
CSV
Request the API response to be formatted as CSV data by adding the query parameter@csv to the request. See the example request and response below.
Request
http://MyServer:MyPort/connector/MyAPIPortName/api.rsc/Cars?@csv
Response
TSV
Request the API response to be formatted as TSV data by adding the query parameter@tsv to the request. See the example request and response below.
Request
http://MyServer:MyPort/connector/MyAPIPortName/api.rsc/Cars?@tsv