We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f938c commit 24345a1Copy full SHA for 24345a1
1 file changed
items.md
@@ -638,6 +638,16 @@ Return codes:
638
* 403 Forbidden - if you are not logged in with sufficient permissions and versioning is not public
639
* 404 Not found - if the item doesn't exist
640
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
651
## Deleting an item
652
653
**DELETE /api/core/items/<:uuid>**
0 commit comments