Views API Documentation: Difference between revisions

From Views API Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Welcome to the Views API Documentation'''


'''SOAP Documention'''
 
* Contacts
==SOAP Documention==
** [[SOAP - Contacts - Particpants|Particpants]]
===Contacts===
** [[SOAP - Contacts - Staff|Staff]]
* [[SOAP - Contacts - Particpants|Particpants]]
* [[SOAP - Contacts - Staff|Staff]]
===Evidence===
* [[SOAP - Questionaires|Questionaires]]
* [[SOAP - Questionaires|Questionaires]]


'''Rest'''
==Rest==
* Contacts
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 <code>Content-Type: application/json</code>, alternatively you have append the extension <code>.json</code> to the URI e.g:
** [[Rest - Contacts - Particpants|Particpants]]
curl --url <Base URL>/<id> -u<username>:<password> -H application/json
** [[Rest - Contacts - Staff|Staff]]
 
* Work
or
** [[Rest - Work - Venues|Venues]]
 
** [[Rest - Work - Session Groups|Session Groups]]
curl --url <Base URL>/<id>.json -u<username>:<password>
*Admin
 
** [[Rest - Admin - Value Lists|Value Lists]]
===Contacts===
* [[Rest - Contacts - Particpants|Particpants]]
* [[Rest - Contacts - Staff|Staff]]
 
===Work===
* [[Rest - Work - Venues|Venues]]
* [[Rest - Work - Session Groups|Session Groups]]
 
===Admin===
* [[Rest - Admin - Value Lists|Value Lists]]

Revision as of 10:34, 18 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 application/json

or

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

Contacts

Work

Admin