Skip to content

Commit 3fe15b0

Browse files
eskander17steph-ieffam
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-1487 (pull request DSpace#68)
[DSC-1487] Expose the item submitter over the REST Approved-by: Stefano Maffei
2 parents 26f938c + 24345a1 commit 3fe15b0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

items.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,16 @@ Return codes:
638638
* 403 Forbidden - if you are not logged in with sufficient permissions and versioning is not public
639639
* 404 Not found - if the item doesn't exist
640640

641+
### Get Item Submitter
642+
**/api/core/items/<:uuid>/submitter**
643+
644+
It returns the submitter of the item
645+
646+
Status codes:
647+
* 200 OK - returning the submitter
648+
* 204 No Content - if you are not authenticated or you have no read access on that submitter.
649+
* 404 Not found - if the item doesn't exist
650+
641651
## Deleting an item
642652

643653
**DELETE /api/core/items/<:uuid>**

0 commit comments

Comments
 (0)