genericReportList
genericReportList
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
accessible boolean
code string
title string
[
{
"accessible": true,
"code": "string",
"title": "string"
}
]
Unauthorized
Forbidden
Not Found
GET /reports/generic
Request
Request
curl / cURL
curl -L -X GET '//localhost/reports/generic' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/reports/generic' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/reports/generic' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/reports/generic' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/reports/generic' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/reports/generic' \
-H 'Accept: */*'