Job Materials
Retrieve a Job Material
OAuth Scope
This endpoint requires the following OAuth scope read_job_materials.
get/jobmaterial/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Job Material
Response
Job Material record retrieved successfully
Example response
{
"job_uuid": "123e4567-9539-4f05-ba2e-23f943147fab",
"material_uuid": "123e4567-6664-44df-8cc2-23f94cbf8a9b",
"tax_rate_uuid": "123e4567-a746-4be2-bd00-23f949815b5b",
"uuid": "123e4567-be6b-4a92-a2d6-23f94483836b",
"edit_date": "2026-03-01 12:00:00",
"job_material_bundle_uuid": "123e4567-50da-46fd-9a5e-23f941ffeacb"
}