gl_accounts_get_type_list
Retrieve a list of GL account types from ServiceTitan with filters for active status, creation/modification dates, IDs, names, and pagination, supporting tenant-specific queries.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | What kind of items should be returned (only active items will be returned by default) Values: [True, Any, False] | |
createdBefore | No | Return items created before certain date/time (in UTC) | |
createdOnOrAfter | No | Return items created on or after certain date/time (in UTC) | |
ids | No | Comma-delimited list of account type IDs, maximum 50 items | |
includeTotal | No | Whether total count should be returned | |
modifiedBefore | No | Return items modified before certain date/time (in UTC) | |
modifiedOnOrAfter | No | Return items modified on or after certain date/time (in UTC) | |
names | No | Comma-delimited list of account type names, maximum 50 items | |
page | No | The logical number of page to return, starting from 1 | |
pageSize | No | How many records to return (50 by default) | |
sort | No | Applies sorting by specified fields | |
tenant | Yes | Tenant ID |