Views API Documentation: Difference between revisions

From Views API Documentation
Jump to navigation Jump to search
Line 10: Line 10:
===Contacts===
===Contacts===
* [[Rest - Contacts - Particpants|Particpants]]
* [[Rest - Contacts - Particpants|Particpants]]
** [[Rest - Contacts - Participants Attendance|Particpant Attendance]]
** [[Rest - Contacts - Participants - Attendance|Attendance]]
** [[Rest - Contacts - Participants - Notes|Particpant Notes]]
* [[Rest - Contacts - Staff|Staff]]
* [[Rest - Contacts - Staff|Staff]]
** [[Rest - Contacts - Staff - Attendance|Attendance]]
** [[Rest - Contacts - Staff - Notes|Particpant Notes]]


===Work===
===Work===

Revision as of 08:52, 2 May 2012

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