List Vendors
Retrieves a list of all vendors.
External Documentation
To learn more, visit the OneTrust documentation.
Parameters
Parameter | Description |
---|---|
Page | The page to be returned. |
Size | The 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