Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| relatedAppId |
The related app identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The related app, if it exists.
Nano.RelatedApp| Name | Description | Type | Additional 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.