TagTypes_GetList
Retrieve a list of tag types from ServiceTitan based on criteria like status, creation/modification dates, or pagination. Use this tool to filter and manage tag types effectively.
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 | Format - date-time (as date-time in RFC3339). | |
createdOnOrAfter | No | Format - date-time (as date-time in RFC3339). | |
includeTotal | No | Whether total count should be returned | |
modifiedBefore | No | Format - date-time (as date-time in RFC3339). | |
modifiedOnOrAfter | No | Format - date-time (as date-time in RFC3339). | |
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 | ||
tenant | Yes | Format - int64. Tenant ID |