Skip to main content

List URL Categories

List custom URL categories.

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": [
{
"description": "string",
"list": [
"string"
],
"name": "string",
"type": "URL List"
}
],
"limit": 200,
"offset": 0,
"total": 0
}

Workflow Library Example

List Url Categories with Prisma Access and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop