An ID and HRef which references another resource object.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
href | string | element | 0/1 | The path to the resource. This is relative to the root of the REST API (https://serveraddress/rest). | |
id | long | element | 0/1 | The ID of the resource. |
Example
<longIdLinkPair> <id>...</id> <href>...</href> </longIdLinkPair>