list

suspend fun list(reportId: String): Result<List<ScreenResource>, Exception>

Get the list of screens for a report.

Parameters

reportId

The report ID (path parameter).