getApps

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

Get the list of apps for an organisation.

Parameters

organisationId

The organisation ID (path parameter).