Views API Documentation

From Views API Documentation
Revision as of 15:18, 30 April 2012 by Wikiadmin (talk | contribs) (→‎Work)
Jump to navigation Jump to search

Rest

All of our REST services are available in both XML and JSON formats, unless otherwise stated. The default format is XML. For the purposes of this documentation we only document the XML method. If you want to interact using json, then you should either make sure you request using Content-Type: application/json, alternatively you have append the extension .json to the URI e.g:

curl --url <Base URL>/<id> -u<username>:<password> -H Accept:application/json

or

curl --url <Base URL>/<id>.json -u<username>:<password>

Contacts

Work

Admin


SOAP Documention

Contacts

Evidence