Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of related organizations.
Collection of Nano.RelatedOrganizationName | Description | Type | Additional information |
---|---|---|---|
relationship |
Gets or sets the relationship. |
string |
None. |
childOrganization |
Gets or sets the child organization identifier. |
string |
None. |
parentOrganization |
Gets or sets the parent organization identifier. |
string |
None. |
id |
Gets or sets the related organization identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "relationship": "sample String 1", "childOrganization": "sample String 2", "parentOrganization": "sample String 3", "id": "4" }, { "relationship": "sample String 1", "childOrganization": "sample String 2", "parentOrganization": "sample String 3", "id": "4" } ]
text/html
Sample:
[{"relationship":"sample String 1","childOrganization":"sample String 2","parentOrganization":"sample String 3","id":"4"},{"relationship":"sample String 1","childOrganization":"sample String 2","parentOrganization":"sample String 3","id":"4"}]
application/xml, text/xml
Sample:
<ArrayOfRelatedOrganization xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RelatedOrganization> <Relationship>sample String 1</Relationship> <ChildOrganizationId>sample String 2</ChildOrganizationId> <ParentOrganizationId>sample String 3</ParentOrganizationId> <RelatedOrganizationId>4</RelatedOrganizationId> </RelatedOrganization> <RelatedOrganization> <Relationship>sample String 1</Relationship> <ChildOrganizationId>sample String 2</ChildOrganizationId> <ParentOrganizationId>sample String 3</ParentOrganizationId> <RelatedOrganizationId>4</RelatedOrganizationId> </RelatedOrganization> </ArrayOfRelatedOrganization>
application/vnd.api+json
Sample:
Sample not available.