v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14249771.4 KB

Lists all attribute groups that are associated with specified application. Results are paginated.

get/applications/{application}/attribute-groups

Path parameters

applicationstring required

The name or ID of the application.

Query parameters

nextTokenstring

The token to use to get the next page of results after a previous API call.

maxResultsinteger

The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

Response

Success

attributeGroupsAttributeGroupId[]

A list of attribute group IDs.

nextTokenstring

The token to use to get the next page of results after a previous API call.