Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of provider transactions.

Collection of Nano.ProviderTransaction
NameDescriptionTypeAdditional 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-04-25T18:22:16.6172618Z",
    "hasContent": true,
    "hasXmlContent": true,
    "otherId": 1,
    "provider": "sample String 4",
    "remoteId": "sample String 5",
    "type": "sample String 6",
    "app": "1",
    "id": "7"
  },
  {
    "date": "2025-04-25T18:22:16.6172618Z",
    "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-04-25T18:22:16.6172618Z","hasContent":true,"hasXmlContent":true,"otherId":1,"provider":"sample String 4","remoteId":"sample String 5","type":"sample String 6","app":"1","id":"7"},{"date":"2025-04-25T18:22:16.6172618Z","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-04-25T18:22:16.6172618Z</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-04-25T18:22:16.6172618Z</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.