Categorization
List all Instance rules
Lists all the Instance categorization rules.
GET
/
v0
/
categorization
/
rules
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe Teal instance ID
Query Parameters
name
string | null
The name of the rule for filtering.
ledger_name
string | null
The ledger name for filtering.
sort
enum<string>[] | null
A comma separated list of sort orders for the results.
Available options:
name
, -name
, ledger_name
, -ledger_name
limit
integer | null
default: 50The number of records to return. Max limit is 100.
Required range:
1 < x < 101
page_token
string
Response
200 - application/json
next_page_token
string | null
requiredThe token to use to request the next page
prev_page_token
string | null
requiredThe token to use to request the previous page
records
object[]
requiredThe categorization rule objects