GET api/relationships
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RelationshipModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DisplayName | string |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[
{
"displayName": "sample string 1"
},
{
"displayName": "sample string 1"
}
]