The API Reference manual for IvyRoot detailing the URL's, methods and responses.
The API for IvyRoot is based on REST principles. Resources are identified through the URI and manipulated through HTTP methods. ...
All queries into the API are authenticated. You need to have an IvyRoot account to access the API and this ...
All API URLs follow a common form. The format can be described as an extension of "http://www.w3.org/Addressing/URL/5_BNF.html#z0":http://www.w3.org/Addressing/URL/5_BNF.html bc. format = ...
The IvyRoot API operates on the following resources identified through URIs. * categories - Hierarchy for organising measures * comments ...
API elements are the entities which make up resources. Each resource is a collection of elements referenced by a unique ...
The following table illustrates the operation of the different HTTP Methods on the API. |Resource|GET|PUT|POST|DELETE| |Collection URI: http://ivyroot.com/api/resource/|List the members ...
Responses to the API that are successful will have a 200 HTTP response code and contain a document body that ...
Error responses from the API are dependent on context. In order to verify that a request has completed successfully you ...
This section details the permissible values within entities for each resource and their rules for creation, update and querying. * ...