An ID and HRef which references another resource object.
name | data type | description |
---|---|---|
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
{ "id" : 12345, "href" : "..." }