Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RequestNameIDResultImplemented
GET  Return a collection of itemsY
ANYlist Return a collection of items.Y
GETcreate Show a HTML form to create a new item.N
GETimport  N
GETreadYShow the details of an item.Y
GETeditYShow a form to edit an item's details.Y
POST / PUT / PATCH YUpdate an item's details.Y
DELETE YDelete an item (not supported for /devices)Y
 POST  Y|NCreate a new item. If ID is supplied (mainly for /devices) an item is updated.  
     

 

Sort

To sort by a database column, user "sort={attribute}". To reverse sort, insert a minus, thus "sort=-{attribute}".

...