ServiceTitan · Schema

ServiceTitan Job

Work order for the ServiceTitan JPM API. A job is the atomic unit of field service execution.

Field Service ManagementTradesHVACPlumbingElectricalConstructionCRMDispatchAccountingPricebookMarketingMembershipsWebhook

Properties

Name Type Description
id integer
jobNumber string
customerId integer
locationId integer
businessUnitId integer
jobTypeId integer
priority string
jobStatus string
completedOn stringnull
campaignId integernull
summary string
appointmentCount integer
firstAppointmentId integernull
lastAppointmentId integernull
recallForId integernull Original job this recall is for
warrantyId integernull
noCharge boolean
notificationsEnabled boolean
createdOn string
modifiedOn string
customFields array
jobGeneratedLeadSource objectnull
View JSON Schema on GitHub

JSON Schema

servicetitan-job-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/servicetitan/main/json-schema/servicetitan-job-schema.json",
  "title": "ServiceTitan Job",
  "description": "Work order for the ServiceTitan JPM API. A job is the atomic unit of field service execution.",
  "type": "object",
  "required": ["id", "customerId", "locationId", "businessUnitId", "jobTypeId"],
  "properties": {
    "id": { "type": "integer", "format": "int64" },
    "jobNumber": { "type": "string" },
    "customerId": { "type": "integer", "format": "int64" },
    "locationId": { "type": "integer", "format": "int64" },
    "businessUnitId": { "type": "integer" },
    "jobTypeId": { "type": "integer" },
    "priority": { "type": "string", "enum": ["Urgent", "High", "Normal", "Low"] },
    "jobStatus": { "type": "string", "enum": ["Scheduled", "Dispatched", "InProgress", "Hold", "Completed", "Canceled"] },
    "completedOn": { "type": ["string", "null"], "format": "date-time" },
    "campaignId": { "type": ["integer", "null"] },
    "summary": { "type": "string" },
    "appointmentCount": { "type": "integer" },
    "firstAppointmentId": { "type": ["integer", "null"] },
    "lastAppointmentId": { "type": ["integer", "null"] },
    "recallForId": { "type": ["integer", "null"], "description": "Original job this recall is for" },
    "warrantyId": { "type": ["integer", "null"] },
    "noCharge": { "type": "boolean" },
    "notificationsEnabled": { "type": "boolean" },
    "createdOn": { "type": "string", "format": "date-time" },
    "modifiedOn": { "type": "string", "format": "date-time" },
    "customFields": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "typeId": { "type": "integer" },
          "name": { "type": "string" },
          "value": { "type": "string" }
        }
      }
    },
    "jobGeneratedLeadSource": {
      "type": ["object", "null"],
      "properties": {
        "jobId": { "type": ["integer", "null"] },
        "employeeId": { "type": ["integer", "null"] }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/servicetitan-job"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.