Views API Documentation: Difference between revisions

From Views API Documentation
Jump to navigation Jump to search
Line 23: Line 23:
* [[Rest - Work - Venues|Venues]]
* [[Rest - Work - Venues|Venues]]
* [[Rest - Work - Session Groups|Session Groups]]
* [[Rest - Work - Session Groups|Session Groups]]
** [[Rest - Work - Session Groups - Participants |Session Group Participants]]
** [[Rest - Work - Session Groups - Participants|Session Group Participants]]
** [[Rest - Work - Session Groups - Sessions|Sessions]] ''Should this be here on on it's own?''
* [[Rest - Work - Agency Projects|Agency Projects]]


===Admin===
===Admin===
* [[Rest - Admin - Value Lists|Value Lists]]
* [[Rest - Admin - Value Lists|Value Lists]]
* [[Rest - Admin - Programes|Programmes]]
* [[Rest - Admin - Programes|Programmes]]

Revision as of 16:24, 26 April 2012


SOAP Documention

Contacts

Evidence

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