GET api/Statements
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of v_Statements| Name | Description | Type | Additional 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": "2026-03-21T21:48:38.8245289+00:00",
"fileName": "sample string 4",
"createddatetime": "2026-03-21T21:48:38.8245289+00:00"
},
{
"$ref": "2"
}
]