GrossPayItems_GetList
Retrieve a list of gross pay items for employees within a specified date range, employee type, or payroll ID using the ServiceTitan MCP Server. Supports pagination and total count inclusion.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dateOnOrAfter | No | Format - date-time (as date-time in RFC3339). Return items having date after certain date/time (in UTC) | |
dateOnOrBefore | No | Format - date-time (as date-time in RFC3339). Return items having date before certain date/time (in UTC) | |
employeeId | No | Format - int64. The Employee ID | |
employeeType | No | The type of employee Values: [Technician, Employee] | |
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) | |
payrollIds | No | The payroll ID | |
tenant | Yes | Format - int64. Tenant ID |