GetApplicationByApplicationId

Note: This is only for the MTOA Platform Team.

Description

Gets a UserApplicationManagement object with the user’s application roles and permissions based on the application identification number.

Package Details

Interface

IUserApplicationManagementManager

Syntax

Task<UserApplicationManagement> GetApplicationByApplicationId(int appId)

Returns

UserApplicationManagement

API

GET - /api/v1/userapplications

Parameters

Parameter

Description

Type

Parameter

Description

Type

id

The identification number of the application.

The application must exist.

Path

Returns

HTTP 200 - OK

Returns the user application information with roles and permissions of a specific application.

Sample response body – Returns values for the specified application id.

Example