To learn more, visit the OneTrust documentation.

Parameters

ParameterDescription
PageThe page to be returned.
SizeThe number of elements to be returned in a single page.

Example Output

{    "data": [        {            "id": "string",            "name": "string",            "organization": {                "id": "string",                "value": "string"            }        }    ],    "meta": {        "page": {            "number": "string",            "size": "string",            "totalElements": "string",            "totalPages": "string"        }    }}

Workflow Library Example

List Vendors with Onetrust and Send Results Via Email

Preview this Workflow on desktop