retrieveAllAvailableExports

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

reportName

reportName

isSelfServiceUserReport

isSelfServiceUserReport (optional, default to false)