Britive platform release 2026.03.01 is now live in production.

Get associations and approver groups combination configured for an application

Prev Next
Get
/api/apps/{appId}/association-approvers
Security
HTTP
Type bearer
Path parameters
appId
stringRequired

id of the application.

Responses
200

Successfully retrieved Association Approvers.

Expand All
object
associationApproversSummary
Array of object (AssociationApproversDto)
object
id
string
name
string
associations
Array of object (AssociationDto)
object
id
string
type
string

Association type

Valid values[ "0", "1" ]
approversGroups
Array of object (ApproversGroupDto)
object
id
string
name
string
condition
string
Valid values[ "All", "Any" ]
members
Array of object (MemberDto)
object
id
string
name
string
memberType
string
Valid values[ "User", "Tag" ]