Accessing resources: on GET /=/model list models on GET /=/model/ list model columns on GET /=/model// list model items on GET /=/model/// show item on GET /=/model//// show item field on POST /=/model/ create item on PUT /=/model/// update item on DELETE /=/model/// delete item on GET /=/search//////... search items on GET /=/search////.../ show matching items' field on GET /=/action list actions on GET /=/action/ list action params on POST /=/action/ run action on GET /=/help this help page on GET /=/help/search help for /=/search on GET /=/version version information Resources are available in a variety of formats: JSON, JS, YAML, XML, Perl, and HTML and may be requested in such formats by sending an appropriate HTTP Accept: header or appending one of the extensions to any resource: .json, .js, .yaml, .xml, .pl HTML is output only if the Accept: header or an extension does not request a specific format.