get https://{hostname}/reporting-api/v1/reports
List all versions of all report types, optionally filtering out older deprecated versions.
Recipes
List report types
Open Recipe
Response
List all versions of all report types, optionally filtering out older deprecated versions.
xxxxxxxxxx
curl --request GET \
--url https://hostname/reporting-api/v1/reports \
--header 'accept: application/json'
xxxxxxxxxx
387]
[
{
"available": true,
"businessObjectName": "cpcode",
"dataRetentionDays": 92,
"deprecated": true,
"filters": [
{
"name": "slot",
"required": false,
"type": "int"
}
],
"groupBy": [
"startdatetime"
],
"groupOutlyingValues": {
"enabled": false
},
"intervals": [
"MONTH",
"WEEK",
"DAY",
"HOUR",
"FIVE_MINUTES"