GET api/Information/GetExchangesList?Token={Token}&JSessionId={JSessionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| JSessionId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ResultSendExchangesListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | string |
None. |
|
| Id | string |
None. |
|
| Date | string |
None. |
|
| State | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Identifier": "sample string 1",
"Id": "sample string 2",
"Date": "sample string 3",
"State": "sample string 4"
},
{
"Identifier": "sample string 1",
"Id": "sample string 2",
"Date": "sample string 3",
"State": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfResultSendExchangesListDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GosRegService.UL.BLL.DTO">
<ResultSendExchangesListDTO>
<Date>sample string 3</Date>
<Id>sample string 2</Id>
<Identifier>sample string 1</Identifier>
<State>sample string 4</State>
</ResultSendExchangesListDTO>
<ResultSendExchangesListDTO>
<Date>sample string 3</Date>
<Id>sample string 2</Id>
<Identifier>sample string 1</Identifier>
<State>sample string 4</State>
</ResultSendExchangesListDTO>
</ArrayOfResultSendExchangesListDTO>