Operations

OperationHTTP MethodURI SyntaxDescription
CreatePOST/{modelIndex}Creates a new resource. The modelIndex is the resource name.
/{parent}/{id}/{relation}Create a new resource, as child of the ‘{parent}/{id}’ resource
RetrieveGET/{modelIndex}Returns all resources of type specified by ‘modelIndex’
/{modelIndex}/{id}Returns a single resource
UpdatePUT/{modelIndex}/{id}Updates a resource
DeleteDELETE/{modelIndex}/{id}Deletes a resource
DiscoverOPTIONS/Returns the class definitions for all resources
/{modelIndex}Returns the class definition for a single resource