Discussions

Ask a Question
Back to all

How to get submitted Service Task Form Details

is their an endpoint to get the information that a tech entered into a service task form for a given job?

When I check the job details, the only key/value I can see is:
"service_task": {
"is_enabled": true,
"execution_type": "PARALLEL",
"scheduled_duration": 1410,
"actual_duration": 0
}

and when I try the Get Service Task details endpoint, it just shows the what is defined for that service task form, not the information that the tech entered.

Picture below if you are not sure what I am referring to. I've blocked out all the client information, but its that info that I want to pull. Sorry if I have some terms wrong.

-Mitchell