Tags
List all tag rules
Lists all tag rules.
GET
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The teal instance ID
Query Parameters
The number of records to return. Max limit is 100.
Required range:
1 <= x < 101
Response
200
application/json
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": "t.description == 'SHELL GAS'",
"id": "yB2xokXpQb5S1NgyWsNCwG",
"name": "Tag gas expense",
"priority": 10,
"tag_id": "NCB2xo5S1yQbNgyWskXpwG"
}
]