This API is used to retrieve Policies from the server, along with details including title
, description
, and ID. Add the id
parameter to only retrieve details of a specific Policy. You can only retrieve Policies for which you have view or edit permissions.
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v1/business_policies/?limit=100&skip=0&deleted=false' \
--header 'accept: application/json'