Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

ParameterDescription
DataSet IDThe ID of the DataSet.
PDP IDThe ID of the PDP. Can be obtained via the List PDP Policies action.

Example Output

{    "id": 8,    "type": "user",    "name": "Only Show Attendees",    "filters": [        {            "column": "Attending",            "values": [                "TRUE"            ],            "operator": "EQUALS",            "not": false        }    ],    "users": [        27    ],    "groups": []}

Workflow Library Example

Get Pdp Policy with Domo and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop