cURL
curl --request GET \ --url https://api.domo.com/v1/datasets/{dataset_id}/policies \ --header 'Authorization: Bearer <token>'
[ { "id": 8, "type": "user", "name": "Only Show Attendees", "filters": [ { "column": "Attending", "values": [ "TRUE" ], "operator": "EQUALS", "not": false } ], "users": [ 27 ], "groups": [] } ]
List the Personalized Data Permission (PDP) policies for a specified DataSet.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns all PDP policies that are applied to the DataSet specified in request.
Show child attributes