getApps

suspend fun getApps(teamId: String): Result<List<AppResource>, Exception>

Get the list of apps for a team.

Parameters

teamId

The team ID (path parameter).