Timeouts
All of our APIs have timeouts to ensure ServiceTitan fails as soon as possible and allow you to retry the request. It is considered good practice to set the same request timeout for the clients as well. Our APIs support a timeout of 100 secs.
Pagination
List operations on all resources return a list of resources. To page through a long list, use the following two query parameters:
Page: Number of resources to skip. Defaults to 1 when no value is provided.
PageSize: Limit the number of resources to be returned (between 1 and 5000). Defaults to 50 when no value is provided.
[IncludeTotal]: Providing this parameter you can control whether a total count of the resources should be returned in the response.