Get all accessible Access Rules (V2)
Get all accessible Access Rules.
‘owned_only’ and ‘owned_only’ are flags, they don’t require values.
‘tag’, ‘dataset_id’, and ‘company_id’ are multi-params.
Query like ‘tag=tag1&tag=tag2&company_id=1&company_id=2’ is interpreted as “access rules with tags that comprise ‘tag1’ or ‘tag2’ AND belonging to companies with id ‘1’ or ‘2’.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
If enabled, returns only owned rules.
If enabled, returns only shared (not owned) rules.
Check whether tag is presented. If multiple tags specified, looks if any of them is attached to a rule.
Check whether owned by the company. Can be specified multiple times.
Number of page. Stars from the first (1) page.
Number of records to return.
Check whether the rule is associated with specified dataset. Multiple values are allowed.
When set, only access rules on this data plane are returned. Omitted returns rules on any plane.
Response
OK
- Option 1
- Option 2
The number of previous page (if exists). Also can refer to the latest existing page if non-existing page was requested.
1
The number of requested page.
1
The number of next page (if exists).
42
Total amount of accessible Access Rules
15000
Total amount of pages.
10

