List External Dynamic Lists
Get external dynamic lists.
Parameters
Parameter | Description |
---|---|
Folder | The folder on which you want to perform this operation. |
Limit | The maximum number of result objects to return per page. |
Name | The name of the entry. |
Offset | The offset of the result entry. |
Return All Pages | Automatically fetch all resources, page by page. |
Example Output
{
"data": [
{
"id": "abcd-1234",
"name": "string",
"type": {
"predefined_ip": {
"description": "string",
"exception_list": [
"string"
],
"url": "string"
}
}
}
],
"limit": 200,
"offset": 0,
"total": 0
}
Workflow Library Example
List External Dynamic Lists with Prisma Access and Send Results Via Email
Preview this Workflow on desktop