Skip to main content

List External Dynamic Lists

Get external dynamic lists.

Parameters

ParameterDescription
FolderThe folder on which you want to perform this operation.
LimitThe maximum number of result objects to return per page.
NameThe name of the entry.
OffsetThe offset of the result entry.
Return All PagesAutomatically 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

Workflow LibraryPreview this Workflow on desktop