latestOpenAPI 3.0.12026-08-188456240.4 KB
6e6982573ba6
Report Management API
List accessible reports
get/api/2.0/reports
Response
Success
Example response
[
{
"schedule": {
"frequencyType": "daily,day,days,weekday,weekdays,hour,hourly,hours,minute,minutes,minutely,week,weeks,weekly,month,months,monthly"
},
"properties": {
"reportContentFilters": [
{
"operator": "=,!=,>,>=,<,<=,Equals,Not Equals,Greater than,Greater than or equals,Less than,Less than or equals,is null,is not null,Range,Contains,Does Not Contain",
"controlType": "single,picker,slider,range_time_slider",
"plainControlType": "single,multiple,tree,custom"
}
]
}
}
]