Skip to content
Pascal Chevrel edited this page Jun 13, 2014 · 13 revisions

Transvision JSON API (Transvision >=3.4)

Transvision allows external tools to retrieve data through a JSON API

Please note that:

  • Data generated as JSON or JSONP output is sent with CORS headers.
  • JSON data is sent with the application/json Mime Type
  • JSONP data is sent with the application/javascript Mime Type

The format of a Transvision query is as such: api///<parameter 1>/<parameter 2>//?optional_parameter1=foo&optional_parameter2=bar

Clone this wiki locally