Closed bbertucc closed 3 months ago
The attribute was updated from reportFilters
to filters
, I updated the Postman collection to reflect the change.
POST /add/reports Input
{
"reportName": "New Report 1",
"filters": [
{
"label": "Test Property",
"value": "25b18830-9a55-47ac-b374-5622a72e111e",
"type": "property"
}
]
}
Output
{
"status": "success",
"message": "Report added successfully",
"result": "841776224c654e08a9672ee937f58af7"
}
Tested. Works.
request:
{{api_url}}/add/reports
body:
response: