Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

C_Items

Natasa Bulatovic edited this page Feb 9, 2015 · 11 revisions

Items

##Path /items

##Format Responses are in JSON format.

##GET /items/

  • Retrieves a list of items created by the user or shared explicitly with the user.
  • Method description
  • Note: TBD further

##GET /items/:id

##GET /items/:id/versions

##GET /items/:id/shares

##POST /items

  • Creates a new item
  • Method description
  • Status: Implemented (metadata supported, file upload, fetch or reference from external URL supported)

##POST /items/:id/shares

##PUT /items/:id

  • Updates an existing item
  • Method description
  • Status: Implemented (metadata supported, file upload, fetch or reference from external URL supported)

##DELETE /items/:id

##DELETE /items/:id/shares/:shareid

Clone this wiki locally