A reference to an item in the REST layer, including ownership, share status and repository location.
XML
Elements
| name (type) |
min/max occurs |
description |
| path (string) |
0/1 |
The repository path to the object |
| ownerId (string) |
0/1 |
The username of the user that owns this folder. |
| shareStatus (string) |
0/1 |
The share status of this folder. |
| parent (simpleReference) |
0/1 |
The parent of this item. |
| project (simpleReference) |
0/1 |
The project this reference belongs to. |
JSON
| property |
type |
description |
| path |
path (string) |
The repository path to the object |
| ownerId |
ownerId (string) |
The username of the user that owns this folder. |
| shareStatus |
shareStatus (string) |
The share status of this folder. |
| parent |
parent (simpleReference) |
The parent of this item. |
| project |
project (simpleReference) |
The project this reference belongs to. |