HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

List Policy Groups

This API is used to retrieve a list of Policy Groups from the server, along with details including title, description, id, otype, ts_created, url, policies_count and stewards. Add the id parameter to only retrieve details of a specific Policy Group.

Query Params

Will return only the entity with the ID value.

integer
≥ 1
Defaults to 100

Specifies the number of items to be fetched in one paginated response. Response may have a X-Next-Page URL parameter in the header to fetch next set of items or page.

integer
Defaults to 0

Specifies the number of items to be skipped in the response. Used together with Limit parameter to fetch paginated responses. This is automatically set in X-Next-Page response header if present.

string

Orders the response list by passed field and ascending/descending order. Mostly, the acceptable values are title, -title, id, and -id. The "-" in front of field name represents descending order with default being ascending.

string

Filter by Policy Group title

Responses

Language
Credentials
URL
Choose an example:
application/json