LongIdLinkPair Data Type

An ID and HRef which references another resource object.

Properties
name data type description
href string The path to the resource. This is relative to the root of the REST API (https://serveraddress/rest).
id number The ID of the resource.

Example

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