project_types_get_list
Retrieve a paginated list of project types from the ServiceTitan API, allowing filtering by tenant ID, page number, and page size for efficient data management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeTotal | No | Whether total count should be returned | |
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) | |
tenant | Yes | Format - int64. Tenant ID |