list
suspend fun list(screenId: String, parameters: ResultParameters? = null): Result<List<ResultResource>, Exception>
Get a list of all results belonging to the provided screenId
Parameters
screen Id
The screen ID (path parameter).
parameters
The optional query parameters to filter and sort the results.