get

suspend fun get(screenId: String): Result<ScreenResource, Exception>

View details of a specific screen.

Parameters

screenId

The screen ID (path parameter).