Except when explicitly noted, all methods are Authorized, meaning that
the request for their invocations should contain HTTP header with the authorization token
in form of: Bearer 40cjRHJF.....
POST api/data/{type}
type |
String |
Report type |
rp |
ReportParams |
Report parameters |
DataResult
GET api/data/{type}
type |
String |
Report type |
rp |
ReportParams |
Report parameters |
DataResult
GET api/docs
IEnumerable`1
POST api/xlsx/{type}
type |
String |
Report type |
rp |
ReportParams |
Report parameters |
IHttpActionResult
GET api/log?latest={latest}
latest |
Int32 |
Number of the latest log messages to be returned |
String[]
POST api/html/{type}
type |
String |
Report type |
rp |
ReportParams |
Report parameters |
IHttpActionResult
GET api/googleearthlink/trackers/{customer}/{handle}
customer |
String |
Customer code |
handle |
String |
Report result unique secret handle |
IHttpActionResult
GET api/googleearthlink/pois/{customer}/{handle}
customer |
String |
Customer code |
handle |
String |
Report result unique secret handle |
IHttpActionResult
GET api/googleearthlink/geofences/{customer}/{handle}
customer |
String |
Customer code |
handle |
String |
Report result unique secret handle |
IHttpActionResult
POST api/googleearthlink
elp |
GoogleEarthLinkParams |
Array of Asset Group Ids (Guid[] AssetGroupIds) to filter Google Earth Link assets |
IHttpActionResult
POST api/scheduler/submit/{type}
type |
String |
No documentation. |
data |
ScheduleReportData |
No documentation. |
Guid
POST api/scheduler/generate
body |
ReportRequestModel |
No documentation. |
POST api/scheduler/test/{type}
type |
String |
No documentation. |
param |
ScheduleReportData |
No documentation. |
IHttpActionResult
POST api/kml/{type}
type |
String |
Report type |
rp |
ReportParams |
Report parameters |
IHttpActionResult
GET api/report-result-content/{customer}/{handle}?dl={dl}
customer |
String |
Customer code |
handle |
String |
Report result unique secret handle |
dl |
Boolean |
If true, force ContentDisposition to Attachment |
IHttpActionResult
POST api/pdf/{type}
type |
String |
Report type |
rp |
ReportParams |
Report parameters |
IHttpActionResult