| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
ReportingV3ReportsGet200Response |
ReportsApi.searchReports(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String timeQueryType,
String organizationId,
String reportMimeType,
String reportFrequency,
String reportName,
Integer reportDefinitionId,
String reportStatus)
Retrieve Available Reports
Retrieve a list of the available reports to which you are subscribed.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ReportingV3ReportsGet200Response> |
ReportsApi.searchReportsWithHttpInfo(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String timeQueryType,
String organizationId,
String reportMimeType,
String reportFrequency,
String reportName,
Integer reportDefinitionId,
String reportStatus)
Retrieve Available Reports
Retrieve a list of the available reports to which you are subscribed.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ReportsApi.searchReportsAsync(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String timeQueryType,
String organizationId,
String reportMimeType,
String reportFrequency,
String reportName,
Integer reportDefinitionId,
String reportStatus,
ApiCallback<ReportingV3ReportsGet200Response> callback)
Retrieve Available Reports (asynchronously)
Retrieve a list of the available reports to which you are subscribed.
|
| Modifier and Type | Method and Description |
|---|---|
ReportingV3ReportsGet200Response |
ReportingV3ReportsGet200Response.addReportSearchResultsItem(ReportingV3ReportsGet200ResponseReportSearchResults reportSearchResultsItem) |
ReportingV3ReportsGet200Response |
ReportingV3ReportsGet200Response.reportSearchResults(List<ReportingV3ReportsGet200ResponseReportSearchResults> reportSearchResults) |
Copyright © 2020. All rights reserved.