retrieve All Available Exports
abstract suspend fun retrieveAllAvailableExports(reportName: String, isSelfServiceUserReport: Boolean? = false): List<ReportExportType>
Return all available export types for the specific report Returns the list of all available export types. Responses:
200:
Return
kotlin.collections.List
Parameters
report Name
reportName
is Self Service User Report
isSelfServiceUserReport (optional, default to false)