Request Information

URI Parameters

NameDescriptionTypeAdditional information
relatedAppId

The related app identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The related app, if it exists.

Nano.RelatedApp
NameDescriptionTypeAdditional information
relationship

Gets or sets the relationship.

string

None.

childApp

Gets or sets the child application identifier.

integer

None.

parentApp

Gets or sets the parent application identifier.

integer

None.

id

Gets or sets the related application identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "relationship": "sample String 1",
  "childApp": "2",
  "parentApp": "3",
  "id": "4"
}

text/html

Sample:
{"relationship":"sample String 1","childApp":"2","parentApp":"3","id":"4"}

application/xml, text/xml

Sample:
<RelatedApp xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Relationship>sample String 1</Relationship>
  <ChildAppId>2</ChildAppId>
  <ParentAppId>3</ParentAppId>
  <RelatedAppId>4</RelatedAppId>
</RelatedApp>

application/vnd.api+json

Sample:

Sample not available.