paymentterms_getlist
Retrieve a list of payment terms from ServiceTitan by filtering creation/modification dates, IDs, or sorting fields. Supports pagination and total count inclusion for streamlined data access.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
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 | Perform lookup by multiple IDs (maximum 50) | |
includeTotal | No | Whether total count should be returned | |
modifiedBefore | No | ||
modifiedOnOrAfter | No | ||
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 the specified field: "?sort=+FieldName" for ascending order, "?sort=-FieldName" for descending order. Available fields are: Id, Name, CreatedOn. | |
tenant | Yes | Tenant ID |