DSpace / RestContract

REST Contract for DSpace 7-8
https://wiki.lyrasis.org/display/DSDOC8x/
37 stars 48 forks source link

contract for supervision orders endpoint #208

Closed corrad82-4s closed 1 year ago

corrad82-4s commented 1 year ago

Rest contract for Supervision Orders resource, defined in https://github.com/DSpace/DSpace/issues/2878 .

We decided, during creation, to pass all parameters in query string since they are not attributes of the supervision order entity but references (item id and group id) and indications about how to behave (type), see https://github.com/DSpace/RestContract#on-collection-of-resources-endpoints

corrad82-4s commented 1 year ago

@tdonohue : thank you for reviewing this. I think supervisionOrder link can be associated to /api/submission/workspaceitems instead of /items. Pushed needed change