Tutorial and more documentation coming soon...

You can choose to consume either XML, JSON or JSONP. XML will be returned by default. To get a JSON response, set the parameter 'format' to 'json' via either GET or POST. To get a JSONP compatible response back you must set the parameter 'format' to 'json' and also set the parameter 'callbackFunction' to the name of the function you would like the response wrapped in.

Parameters marked with a star require input to be an array. Arrays can be passed by sending 1 or more instances of a parameter with the same parameter name and '[]' appended to it. For example, to pass 2 mailboxes in a paramter called 'mailboxList' you would just pass in 'mailboxList[]=800' and 'mailboxList[]=801'.

Available Controllers