entityId Data Type

An ID, type and HRef which references another resource object.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
type string element 0/1 The type of object. Types include folder, folderEntry, user and group.
Properties inherited from longIdLinkPair
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

<entityId>
  <type>...</type>
  <id>...</id>
  <href>...</href>
</entityId>