Retrieve all access types

Use this API to retrieve all access types.

Entitlements required (one of the following):

  • readPurpose (Read privacy purposes and EULA)
  • managePurpose (Manage privacy purposes and EULA)
  • manageAppPurpose (Manage application privacy purposes)
  • readPrivacyPolicy (Read privacy rules and policy)
  • managePrivacyPolicy (Manage privacy rules and policy)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests

LoadingLoading

Query Params
string

Controls the results that are returned in a page.

A maximum of 50 results are returned if no pagination query parameters are specified.

Specify the following parameters:

count - Defines the total number of results that will be returned. 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.

Note: 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

Specify the search criteria for the results.

Suppported values are: subjectId, purposeId, applicationId, attributeId, accessTypeId, geoIP and state.

Supported operators are: =. Use double quotation marks while searching for string values.

Note: The search parameter value must be HTML-encoded. Use the prefix "search=" in the query parameter.

Example: Search on state=1&accessTypeId="read"
search=state%3D1%26accessTypeId%3D%22read%22

Responses

Language
URL
LoadingLoading

Response
Choose an example:
application/json