memberships_service_agreements_list
Retrieve and filter service agreements for membership programs in ServiceTitan, enabling management of customer contracts by status, date, and business unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated service agreement IDs (maximum 50) | |
| customerIds | No | Comma-separated customer IDs | |
| businessUnitIds | No | Comma-separated business unit IDs | |
| status | No | Filter by service agreement status | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Name, CreatedOn, ModifiedOn, StartDate, EndDate | |
| 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 |