Skip to content

Commit 24345a1

Browse files
author
eskander
committed
[DSC-1487] Expose the item submitter over the REST
1 parent 26f938c commit 24345a1

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)