GlAccounts_GetList
Retrieve a filtered list of GL accounts from ServiceTitan by specifying criteria like status, creation/modification dates, types, or IDs. Includes options for pagination and sorting.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Specify if only active accounts, only inactive accounts, or both, should be retrieved. By default, only active accounts will be retrieved. Values: [True, Any, False] | |
createdBefore | No | Format - date-time (as date-time in RFC3339). Return items created before certain date/time (in UTC) | |
createdOnOrAfter | No | Format - date-time (as date-time in RFC3339). Return items created on or after certain date/time (in UTC) | |
description | No | A substring that must be contained in the account description | |
ids | No | Comma-delimited list of account IDs, maximum 50 items | |
includeTotal | No | Whether total count should be returned | |
isIntacctBankAccount | No | Set to true to retrieve Intacct bank accounts only | |
isIntacctGroup | No | Set to true to retrieve Intacct group accounts only | |
modifiedBefore | No | Format - date-time (as date-time in RFC3339). Return items modified before certain date/time (in UTC) | |
modifiedOnOrAfter | No | Format - date-time (as date-time in RFC3339). Return items modified on or after certain date/time (in UTC) | |
names | No | Comma-delimited list of account names, maximum 50 items | |
numbers | No | Comma-delimited list of account numbers, maximum 50 items | |
page | No | Format - int32. The logical number of page to return, starting from 1 | |
pageSize | No | Format - int32. How many records to return (50 by default) | |
sort | No | Applies sorting by specified fields | |
source | No | Account source Values: [Undefined, AccountingSystem, ManuallyCreated, PublicApi] | |
subtypes | No | Comma-delimited list of account subtypes, maximum 50 items | |
tenant | Yes | Format - int64. Tenant ID | |
types | No | Comma-delimited list of account types, maximum 50 items |