Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Example:{
"name": "ResidualExport",
"params": {
"format": "csv",
"date": "2022-02",
"isPublished": "Yes",
"isHeld": "No",
"dbaId": 1,
}
Request Code Samples
curl --location --request GET '/api/reporting/request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"name": "ResidualExport",
"params": {
"format": "csv",
"date": "2022-02",
"isPublished": "Yes",
"isHeld": "No",
"dbaId": 1,
}'
Responses
application/json Modified at 2025-08-09 05:39:41