jobs
Get Job Adjuster
This endpoint returns the job's insurance adjuster information.
get/jobs/{jobId}/adjuster
Path parameters
jobIdstring uuid required
The job's unique identifier
Response
OK
Example response
{
"adjusterName": "John Smith",
"phone": {
"number": "3452347896",
"ext": "5454"
},
"fax": "456-234-8888",
"email": "JohnSmith@RooferInsurance.com",
"claimApprovedDate": "2025-03-11T00:00:00Z",
"metWithAdjuster": true,
"metWithAdjusterDate": "2025-03-11T00:00:00Z"
}