Get the repository item owner
get/repository/items/{itemId}/owner
Returns the repository item owner.
1{2 "version": 1,3 "id": "dbdbef7d-dbdb-49c3-a154-fb41c261b802",4 "typeId": "user",5 "name": "SAS Test User 1",6 "displayName": "SAS Test User 1 (sastest1)"7}
Name | Type | Required | Description |
---|---|---|---|
itemId | string | true | The unique identifier for the repository item. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded and the specified repository item owner is returned. | Schema |