Endpoint
- Method:
GET - Path:
/reports - Edition: Core
- Controller:
ReportController@getReports - Route source:
fluent-booking/app/Http/Routes/api.php:115 - Policy:
UserPolicy
Get Reports
GET
/reports
Handler: ReportController@getReports. Source: fluent-booking/app/Http/Routes/api.php:115.
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Responses
Successful response.
application/json
JSON
{
"data": [
{
}
],
"total": 0,
"per_page": 0,
"current_page": 0,
"last_page": 0,
"from": 0,
"to": 0
}