Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/reportgenerator/reportgenerator/listreportjobs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"report_jobs": [
{
"report_job_id": "string",
"name": "string",
"description": "string",
"dashboard_id": "string",
"time_zone": "string",
"time_period": "TIME_PERIOD_UNSPECIFIED",
"delivery_times": {
"delivery_times": [
0
],
"repeat_frequency": "REPEAT_FREQUENCY_UNSPECIFIED"
},
"day_filter": {
"day_of_month_filter": {
"day_of_months": [
0
],
"is_last_day_of_month": true
}
},
"months": [
"MONTH_JANUARY"
],
"format_options": {
"report_format": "REPORT_FORMAT_UNSPECIFIED",
"filename_parts": [
"string"
]
},
"delivery_options": {
"transfer_config_sid": 0,
"failure_notification_emails": [
"string"
]
},
"is_active": true,
"send_empty_report": true,
"dashboard_resource_id": "string",
"time_zone_wrapper": {
"value": "TIME_ZONE_AMERICA_PUERTO_RICO"
},
"hide_csv_footer": true,
"transfer_config_sid": 0,
"cron_expression": {
"repeat_minutes": "string",
"hours_of_day": "string",
"days_of_month": "string",
"months_of_year": "string",
"day_of_week": "string"
},
"transfer_options": {
"transfer_config_sid": "string",
"filename_parts": [
{
"type": "FILENAME_PART_TYPE_UNSPECIFIED",
"static_text": "string",
"date_parts": [
"string"
]
}
],
"delivery_definition_title": "string"
},
"report_parameters": {
"parameters": {
"property1": {
"value": "string",
"data_type": "string"
},
"property2": {
"value": "string",
"data_type": "string"
}
}
},
"send_only_when_empty": true
}
]
}