Link Data Type

A link related to a resource.

Properties
Name Type Description
rel string Link relationship.
href string Location of the linked resource. Use HTTP method GET to retrieve this linked resource.

Example

{
  "rel" : "groups",
  "href" : "https://server01:18084/SRP00000/api/v1/users/6dd3a8e2-3f24-48c6-961a-949794f4b554/groups"
}