GET object-links/{id}

Gets the relation representing a link between two objects.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

ObjectLinkViewModel
NameDescriptionTypeAdditional information
Id

string

None.

Description

string

None.

Object1

BaseViewModel

Settable

Object2

BaseViewModel

Settable

SelfUrl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "description": "sample string 2",
  "object1": {
    "selfUrl": "sample string 1"
  },
  "object2": {
    "selfUrl": "sample string 1"
  },
  "selfUrl": "sample string 3"
}