GET api/Statements

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of v_Statements
NameDescriptionTypeAdditional information
RECID

integer

None.

ACCOUNTNUM

string

None.

TODATE

date

None.

FileName

string

String length: inclusive between 0 and 55

CREATEDDATETIME

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "recid": 1,
    "accountnum": "sample string 2",
    "todate": "2025-09-01T00:34:57.9843397+00:00",
    "fileName": "sample string 4",
    "createddatetime": "2025-09-01T00:34:57.9843397+00:00"
  },
  {
    "$ref": "2"
  }
]