Deprecated - Retrieve list of tenant policies.

Deprecated: This API is deprecated and will be removed after 23 December 2023. Use the Version 5.0
The REST interface that retrieves all the predefined and tenant specific policies based on tenant subscription.
The REST interface supports search, sort and pagination.


Entitlements required: readAccessPolicies (Read Access Policies)
OR
Entitlements required: manageAccessPolicies (Manage Access Policies)

Query Params
string

The prefix for all search operations is "search=".
Valid operators for strings are = , != and contains
Valid operators for booleans are = and !=
Valid operators for numbers are >=, >, <=, <, = and !=
String search values must be double quoted, numbers and booleans must not.

The search parameter value must be HTML encoded.
Note: This is not required when using Swagger UI.

Supported attributes: id, name, description, predefined, schemaVersion.
Example:If you want to search on name contains "ABCDEF"&id>300, then specify as below:
search=name%20contains%20%22ABCDEF%22%26id%3E300

string

Controls the results that are returned in a page.

Use the following query parameters:

count - Defines the total number of results that are returned from the data store. The maximum value is 1000.

page - Identifies the requested page, or the offset.

limit - Defines the total number of results that are returned per page. The maximum value is 1000.

A maximum of 200 results are returned if no pagination query parameters are passed.

Note: If you are not using the Swagger UI, the pagination parameter value must be HTML encoded. Use the prefix "pagination=" in the query parameter.

Example: Paginate on count=10&page=1&limit=5
pagination=count%3D10%26page%3D1%26limit%3D5

string

The prefix for the sort parameter is "sort=". Each attribute must be prefixed with either + or - (+ ascending, - descending). Multiple attributes must be separated by a comma (,).

The sort parameter value must be HTML encoded.
Note: This is not required when using Swagger UI.

Supported attributes: id, name, description, predefined, schemaVersion.Example: If you want to sort on -predefined,+id, then specify as below:
sort=-predefined%2C%2Bid

Responses

Language
URL
Choose an example:
application/json