Link Data Type

A link to a related resource.

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).
rel string The named relationship of the related link.

Example

{
  "href" : "...",
  "rel" : "..."
}