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