Get All Scheduled Reports
Endpoint Information
Path Parameters
Parameter
Type
Description
Response
{
"current_page": 1,
"total_count": 1,
"page_count": 1,
"next_page": "",
"previous_page": "",
"item_list": [
{
"id": 132,
"report_name": "ScheduledReportDeneme",
"content_mail": "<p>ScheduledReportDeneme success.</p>",
"user_roles": [
"ROLE_INTEGRATION",
"ROLE_RUN_TEST",
"ROLE_CHANGE_USER",
"ROLE_COMPANY_ADMIN",
"ROLE_NEW_COMPANY_ADMIN",
"ROLE_ADMIN",
"ROLE_USER",
"ROLE_REPORT",
"ROLE_NEW_USER"
],
"enabled": true,
"frequency": "DAILY",
"created_user": "mehmetaksahin",
"status": [
"SUCCESS"
],
"usage_gauge": false,
"report_hour": "2025-02-06T12:51:07Z",
"plan_id_list": [
1445
],
"start_date": "2025-02-06T12:51:07Z",
"end_date": "2025-02-28T13:02:48Z",
"email_list": [
"selin.vural@testinium.com"
],
"alerts": [
{
"alert_type": "EMAIL",
"alert_sending_status": "EVERY_TEST",
"target": "selin.vural@testinium.com",
"enabled": true,
"unsubscribe_link_eliminated": false
}
]
}
],
"rest_api_url": "https://devcluster.testinium.io/Testinium.RestApi"
}Response Fields
Field
Type
Description
Item List Fields
Field
Type
Description
Alerts Fields
Field
Type
Description
Error Codes
HTTP Code
Error Message
Description
Example Request
Last updated