Download OpenAPI specification:Download
ExtremeLocation Report Service APIs allow you to programmatically access dashboard reports in CSV and PDF formats.
This API is used to generate CSV report for the given context.
duration | string Enum: "TODAY" "YESTERDAY" "DAYS_7" "DAYS_30" "CUSTOM" Contains information about duration |
scope | string Enum: "ALL" "SITEGROUP" "SITE" The details of the region for which the report needs to be generated. |
scopeParam | string The ID for the given scope |
start | string The start date |
end | string The end date |
dashboard required | string The type of dashboard |
CSV report generated successfull.
Bad Request
Error while generating the CSV repor.
This API is used to generate PDF report for the given context.
duration | string Enum: "TODAY" "YESTERDAY" "DAYS_7" "DAYS_30" "CUSTOM" The duration for which the report needs to be generated |
scope | string Enum: "ALL" "SITEGROUP" "SITE" The details of the region for which the report needs to be generated. |
scopeParam | string The ID for the given scope |
start | string The start date |
end | string The end date |
dashboard required | string The type of dashboard |
PDF report generated successfully
Bad Request
Error while generating the PDF report