Versions Compared

Key

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

...

Code Block
http://host:port/api/<api-name>/resource-name/{id}
or
http://host:port/api/<api-name>/resource-name/{uuid}

Methods

Item resources

generally support HEAD, GET , PUT , PATCH and DELETE

...

DELETE
Deletes the resource exposed.

 

Collection resources

generally support GET, POST

...

Custom status codes
405 Method Not Allowed - if we define "read-only" collection as maybe i18n, configuration, etc.

Defined end points

/api/core/collection 
Status
subtletrue
colourYellow
titlework in progress

This endpoint is the entry point for all the actions on both Community and Collection.

 

/api/core/item 
Status
subtletrue
colourYellow
titlework in progress

Expand
titleCreate item - POST /api/core/item

 

Expand
titleCreate items - POST /api/core/item/bulk

 

Expand
titleGet item - GET /api/core/item/<idOruuid>

 

/api/core/bundle 
Status
subtletrue
colourYellow
titlework in progress

/api/core/bitstream 
Status
subtletrue
colourYellow
titlework in progress

/api/core/identify 
Status
subtletrue
colourYellow
titlework in progress

/api/discovery?/browse 
Status
subtletrue
colourYellow
titlework in progress

/api/discovery?/search 
Status
subtletrue
colourYellow
titlework in progress

Browse milestone - Feature requests

...