name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
entity | entityId | element | 0/1 | ||
id | string | element | 0/1 | ||
name | string | element | 0/1 | ||
Properties inherited from baseRestObject |
|||||
href | string | element | 0/1 | The path to this resource object. This is relative to the root of the REST API (https://serveraddress/rest). | |
link | link | element | 0/unbounded | Links to related resources. These should be used to navigate the REST API (instead of hard-coding the URLs) |
Example
<tag> <id>...</id> <entity> <type>...</type> <id>...</id> <href>...</href> </entity> <name>...</name> <href>...</href> <links> <link> <href>...</href> <rel>...</rel> </link> </links> </tag>