Get an address group by ID.

Parameters

ParameterDescription
IDThe resource’s unique identifier.

Example Output

[
	{
		"static": [
			"string"
		]
	},
	{
		"dynamic": {
			"filter": "string"
		}
	}
]

Workflow Library Example

Get Address Group with Prisma Access and Send Results Via Email

Preview this Workflow on desktop

Get an address group by ID.

Parameters

ParameterDescription
IDThe resource’s unique identifier.

Example Output

[
	{
		"static": [
			"string"
		]
	},
	{
		"dynamic": {
			"filter": "string"
		}
	}
]

Workflow Library Example

Get Address Group with Prisma Access and Send Results Via Email

Preview this Workflow on desktop