List all tag rules
Tags
List all tag rules
Lists all tag rules.
GET
List all tag rules
Authorizations
Bearer authentication header of the form Bearer , where is your auth token.
Headers
The teal instance ID
Query Parameters
The number of records to return. Max limit is 1000.
Required range:
x >= 1Opaque page token
Response
Successful Response
The token to use to request the next page
Example:
"ikal0NEVfMhF8dJf4yQ6KQZmGD"
The token to use to request the previous page
Example:
"vuA7JeKI5c6FLnPt5JfRcZcJxW"
A list of tag rules.
Example:
[
{
"expression": "match(\".*(?i)SHELL GAS\", t.description)",
"id": "yB2xokXpQb5S1NgyWsNCwG",
"name": "Tag gas expense",
"priority": 10,
"tag_id": "NCB2xo5S1yQbNgyWskXpwG"
}
]