Query parameters
-
Global search
-
Current page
-
Number of items per page
-
Determines if all items are selected
-
App\Classes\Core\Models\Course Filters: 0, 1, 2, 3, 4
Hide where attributes Show where attributes object
-
App\Classes\Core\Models\Course 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/course/export
curl \
--request GET 'https://localhost/v1/reporting/course/export'
Response examples (200)
{
"url": "https://www.example.com/report/my-report.csv"
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}