ServiceTitan MCP Server

PayrollAdjustments_GetList

Retrieve payroll adjustments by filtering employee IDs, date ranges, and pagination options for specific tenants in ServiceTitan.

Input Schema

NameRequiredDescriptionDefault
employeeIdsNoThe comma separated list of employee IDs
includeTotalNoWhether total count should be returned
pageNoFormat - int32. The logical number of page to return, starting from 1
pageSizeNoFormat - int32. How many records to return (50 by default)
postedOnOrAfterNoFormat - date-time (as date-time in RFC3339). Return payroll adjustments posted on or after certain date/time (in UTC)
postedOnOrBeforeNoFormat - date-time (as date-time in RFC3339). Return payroll adjustments posted on or before certain date/time (in UTC)
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "employeeIds": { "description": "The comma separated list of employee IDs", "type": "string" }, "includeTotal": { "description": "Whether total count should be returned", "type": "boolean" }, "page": { "description": "Format - int32. The logical number of page to return, starting from 1", "type": "integer" }, "pageSize": { "description": "Format - int32. How many records to return (50 by default)", "type": "integer" }, "postedOnOrAfter": { "description": "Format - date-time (as date-time in RFC3339). Return payroll adjustments posted on or after certain date/time (in UTC)", "format": "date-time", "type": "string" }, "postedOnOrBefore": { "description": "Format - date-time (as date-time in RFC3339). Return payroll adjustments posted on or before certain date/time (in UTC)", "format": "date-time", "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r