list

suspend fun list(screenId: String): Result<List<ResultResource>, Exception>

Get a list of all results belonging to the provided screenId

Parameters

screenId

The screen ID (path parameter).