RelationModel
Hypermedia link to a related action. See Hypermedia.
Properties
| Name | Description | Additional information |
|---|---|---|
| Name | Related action type. |
Type: String |
| References | Links to related actions of that type. |
Type: Array of ReferenceModel |
Sample
application/json
Sample:
{
"Name": "GetTenant",
"References": [
{
"Href": "[api:Tenants(5e531466-5c6d-41c8-97e1-d814d261f322)]",
"Name": "Acme Tenant",
"Id": "5e531466-5c6d-41c8-97e1-d814d261f322"
}
]
}