form_submission_get_form_submissions
Retrieve form submissions from ServiceTitan by filtering criteria such as tenant ID, form IDs, status, or submission date. Use this tool to manage and analyze form data efficiently.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Values: [True, Any, False] | |
createdById | No | Format - int64. Creator user Id | |
formIds | No | Form Ids (comma separated Ids) | |
includeTotal | No | Whether total count should be returned | |
ownerType | No | Values: [Job, Call, Customer, Location, Equipment, Technician, JobAppointment, Membership, Truck] | |
owners | No | List of owner object (one of Job,Customer,Location,Equipment,Call,Technician) {'type': 'xxx', 'id': 0000}\ \ Example: owners[0].type=Location&owners[0].id=2689281&\ owners[1].type=Customer&owners[1].id=2703496 | |
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) | |
sort | No | Applies sorting by the specified field:\ "?sort=+FieldName" for ascending order,\ "?sort=-FieldName" for descending order.\ \ Available fields are: Id, SubmittedOn, CreatedBy. | |
status | No | Values: [Started, Completed, Any] | |
submittedBefore | No | Format - date-time (as date-time in RFC3339). Submission modified date before | |
submittedOnOrAfter | No | Format - date-time (as date-time in RFC3339). Submission modified date on or after | |
tenant | Yes | Format - int64. Tenant ID |