Query parameters
-
Global search
-
Current page
-
Number of items per page
-
Determines if all items are selected
-
App\Transactions\Core\Models\Transaction Filters: 0, 1, 2, 3, 4
Hide where attributes Show where attributes object
-
App\Transactions\Core\Models\Transaction Sorting by name, startTime
-
Determines whether to return only archived records in the response.
-
Determines whether to return with archived records in the response.
GET
/v1/reporting/transaction/export
curl \
--request GET 'https://api-dev.classmanager.io/v1/reporting/transaction/export'
Response examples (200)
{
"url": "https://www.example.com/report/my-report.csv"
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}