get https://api.arcadia.com/plug/statements
Get a list of statements in the Arcadia system. This endpoint is pageable.
This endpoint supports Sandbox Mode.
Log in to see full request history
Response
Get a list of statements in the Arcadia system. This endpoint is pageable.
This endpoint supports Sandbox Mode.
xxxxxxxxxx
curl --request GET \
--url 'https://api.arcadia.com/plug/statements?page=0&size=20' \
--header 'Arcadia-Version: 2024-02-21' \
--header 'accept: application/json'
xxxxxxxxxx
74}
{
"page": {
"number": 0,
"size": 0,
"totalElements": 0,
"totalPages": 0
},
"statements": [
{
"accountData": [
{
"accountId": "string",
"accountNumber": "string",
"amountDue": 0,
"dueDate": "2025-03-27",
"meterData": [
{
"amountDue": 0,
"currencyCode": "USD",
"meterId": "string",
"meterNumber": "string",
"meterReadDate": "2025-03-27",
"normalizedMeterNumber": "string",
"normalizedPointOfDeliveryNumber": "string",
"outstandingBalance": 0,