Application Categories

Information about available application categories can be obtained here

APIDescription
GET v1/Categories

List Application Categories

Applications

Information about registered applications can be obtained here

APIDescription
GET v1/Applications

List Applications

GET v1/Applications/Codes

Get all application codes.

GET v1/Applications/{applicationCode}

Get application by ApplicationCode.

GET v1/Applications/ByCategory/{categoryNames}

Get Applications that belongs to specific category or categories

Application Attributes From Secured Keys

Methods exposed here require authentication. Please ask admin for security token.

APIDescription
GET v1/Secure/Attributes/Value/{applicationCode},{key}

Returns values from secured and public keys

GET v1/Secure/Attributes/Value/{applicationCode},{key},{environmentType}

Returns values from secured and public keys for specified EnvironmentType disregarding Application [Run As] setting

GET v1/Secure/Attributes/Values/{applicationCode}

Return list of values for specified Application from secured and public keys

GET v1/Secure/Attributes/Values/{applicationCode},{environmentType}

Return list of values for specified Application, for specified EnvironmentType disregarding Application [Run As] setting, from secured and public keys

Application Attributes

Methods relevant to Application Attributes. Attributes are found by predefined keys.

APIDescription
GET v1/Attributes/Value/{applicationCode},{key}

Returns values from public keys only

GET v1/Attributes/Value/{applicationCode},{key},{environmentType}

Returns values from public keys only for specified EnvironmentType disregarding Application [Run As] setting

GET v1/Attributes/Values/{applicationCode}

Return list of values for specified Application

GET v1/Attributes/Values/{applicationCode},{environmentType}

Return list of values for specified Application, for specified EnvironmentType disregarding Application [Run As] setting