pricebook_services_list
Retrieve and filter service catalog entries from ServiceTitan's pricebook to manage pricing, vendor details, and service information for business operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Code, DisplayName, CreatedOn, ModifiedOn, Price, MemberPrice, AddOnPrice, AddOnMemberPrice, MaterialsCost, PrimaryVendor, Cost, Manufacturer, Priority | |
| active | No | Filter by active status | True |
| ids | No | Comma-separated IDs (max 50) | |
| externalDataApplicationGuid | No | External data application GUID | |
| externalDataKey | No | External data key filter | |
| externalDataValues | No | External data values filter | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |