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 provider transactions.
Collection of Nano.ProviderTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| date |
Gets or sets the date. |
date |
None. |
| hasContent |
Gets or sets a value indicating whether this has content. |
boolean |
None. |
| hasXmlContent |
Gets or sets a value indicating whether this has XML content. |
boolean |
None. |
| otherId |
Gets or sets the other identifier. |
integer |
None. |
| provider |
Gets or sets the provider. |
string |
None. |
| remoteId |
Gets or sets the remote identifier. |
string |
None. |
| type |
Gets or sets the type. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the provider transaction identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"date": "2025-11-09T05:57:31.4700013Z",
"hasContent": true,
"hasXmlContent": true,
"otherId": 1,
"provider": "sample String 4",
"remoteId": "sample String 5",
"type": "sample String 6",
"app": "1",
"id": "7"
},
{
"date": "2025-11-09T05:57:31.4700013Z",
"hasContent": true,
"hasXmlContent": true,
"otherId": 1,
"provider": "sample String 4",
"remoteId": "sample String 5",
"type": "sample String 6",
"app": "1",
"id": "7"
}
]
text/html
Sample:
[{"date":"2025-11-09T05:57:31.4700013Z","hasContent":true,"hasXmlContent":true,"otherId":1,"provider":"sample String 4","remoteId":"sample String 5","type":"sample String 6","app":"1","id":"7"},{"date":"2025-11-09T05:57:31.4700013Z","hasContent":true,"hasXmlContent":true,"otherId":1,"provider":"sample String 4","remoteId":"sample String 5","type":"sample String 6","app":"1","id":"7"}]
application/xml, text/xml
Sample:
<ArrayOfProviderTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ProviderTransaction>
<Date>2025-11-09T05:57:31.4700013Z</Date>
<HasContent>true</HasContent>
<HasXmlContent>true</HasXmlContent>
<OtherId>1</OtherId>
<Provider>sample String 4</Provider>
<RemoteId>sample String 5</RemoteId>
<Type>sample String 6</Type>
<AppId>1</AppId>
<ProviderTransactionId>7</ProviderTransactionId>
</ProviderTransaction>
<ProviderTransaction>
<Date>2025-11-09T05:57:31.4700013Z</Date>
<HasContent>true</HasContent>
<HasXmlContent>true</HasXmlContent>
<OtherId>1</OtherId>
<Provider>sample String 4</Provider>
<RemoteId>sample String 5</RemoteId>
<Type>sample String 6</Type>
<AppId>1</AppId>
<ProviderTransactionId>7</ProviderTransactionId>
</ProviderTransaction>
</ArrayOfProviderTransaction>
application/vnd.api+json
Sample:
Sample not available.