Reports
POST /api/sourceTransactionsReport
{
"Filters": [
{
"Name": "PaymentDate",
"Operation": 7,
"Values": [
"2026-01-01"
]
}
],
"SortColumns": [
{
"Name": "PaymentDate",
"Descending": true,
"Order": 0
}
],
"PageSize": 1000,
"PageIndex": 1
}Header parameters
AccessTokenstringRequired
access token
Body
PageSizeinteger · int32Optional
How many records to return per page.
PageIndexinteger · int32Optional
Which page of results to return. Starts at 1 (0 will also return the first page)
Responses
200
Success
application/json
400
Failure
application/json
post
/api/sourceTransactionsReportHeader parameters
AccessTokenstringRequired
access token
Body
PageSizeinteger · int32Optional
How many records to return per page.
PageIndexinteger · int32Optional
Which page of results to return. Starts at 1 (0 will also return the first page)
Formatstring · nullableOptional
Determines which file type the report will be exported to. Valid values: "csv" or "excel"
Responses
200
Success
No content
400
Failure
application/json
post
/api/exportSourceTransactionsReportNo content
Last updated