This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
C_Items
Natasa Bulatovic edited this page Feb 9, 2015
·
11 revisions
##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
- Retrieves an item with this :id
- Method description
- Status: Implemented
##GET /items/:id/versions
- Retrieves history of the item with this item :id
- Method description
##GET /items/:id/shares
- Retrieves list of shares of the item with this item :id
- Method description
##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
- Creates a new item share
- Method description
##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
- Deletes an existing item
- Method description
- Status: Implemented
##DELETE /items/:id/shares/:shareid
- Deletes an existing item share
- Method description