Information about the parent binder of an object.
| name | data type | description |
|---|---|---|
| path | string | The full path of the parent binder. |
Properties inherited from LongIdLinkPair |
||
| id | number | The ID of the resource. |
| href | string | The path to the resource. This is relative to the root of the REST API (https://serveraddress/rest). |
Example
{
"path" : "...",
"id" : 12345,
"href" : "..."
}