ExtremeLocation Report Service APIs (1.0.0)

Download OpenAPI specification:Download

ExtremeLocation Report Service APIs allow you to programmatically access dashboard reports in CSV and PDF formats.

Reports API

Generate CSV report

This API is used to generate CSV report for the given context.

query Parameters
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

Responses

200

CSV report generated successfull.

400

Bad Request

404

Error while generating the CSV repor.

get /report/csv
https://manage.extremelocation.com/eloc-api/reports/report/csv

Generate PDF report

This API is used to generate PDF report for the given context.

query Parameters
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

Responses

200

PDF report generated successfully

400

Bad Request

404

Error while generating the PDF report

get /report/pdf
https://manage.extremelocation.com/eloc-api/reports/report/pdf