Get Tag
Get a tag by ID.
Parameters
Parameter | Description |
---|---|
ID | The resource's unique identifier. |
Example Output
[
{
"color": "Red",
"comments": "string",
"id": "abcd-1234",
"name": "string"
}
]
Workflow Library Example
Get Tag with Prisma Access and Send Results Via Email
Preview this Workflow on desktop