EntityId Data Type

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

Properties
name data type description
type string The type of object. Types include folder, folderEntry, user and group.
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

{
  "type" : "...",
  "id" : 12345,
  "href" : "..."
}