| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
ReportingV3ReportsIdGet200Response |
ReportsApi.getReportByReportId(String reportId,
String organizationId)
Get Report based on reportId
ReportId is mandatory input
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ReportingV3ReportsIdGet200Response> |
ReportsApi.createReport(RequestBody1 requestBody)
Create Adhoc Report
Create one time report
|
ApiResponse<ReportingV3ReportsIdGet200Response> |
ReportsApi.createReportWithHttpInfo(RequestBody1 requestBody)
Create Adhoc Report
Create one time report
|
ApiResponse<ReportingV3ReportsIdGet200Response> |
ReportsApi.getReportByReportIdWithHttpInfo(String reportId,
String organizationId)
Get Report based on reportId
ReportId is mandatory input
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ReportsApi.getReportByReportIdAsync(String reportId,
String organizationId,
ApiCallback<ReportingV3ReportsIdGet200Response> callback)
Get Report based on reportId (asynchronously)
ReportId is mandatory input
|
Copyright © 2018. All rights reserved.