Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of marriages.
Collection of Nano.MarriageName | Description | Type | Additional information |
---|---|---|---|
otherDescription |
Gets or sets the other description. |
string |
None. |
state |
Gets or sets the state. |
string |
None. |
status |
Gets or sets the status. |
string |
None. |
id |
Gets or sets the marriage identifier. |
integer |
None. |
persons |
Gets or sets the person identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "otherDescription": "sample String 1", "state": "sample String 2", "status": "sample String 3", "id": "4", "persons": [ "1", "2" ] }, { "otherDescription": "sample String 1", "state": "sample String 2", "status": "sample String 3", "id": "4", "persons": [ "1", "2" ] } ]
text/html
Sample:
[{"otherDescription":"sample String 1","state":"sample String 2","status":"sample String 3","id":"4","persons":["1","2"]},{"otherDescription":"sample String 1","state":"sample String 2","status":"sample String 3","id":"4","persons":["1","2"]}]
application/vnd.api+json
Sample:
Sample not available.