Job Materials

List all Job Materials

Filtering

This endpoint supports result filtering. For more information on how to filter this request, go here.

OAuth Scope

This endpoint requires the following OAuth scope read_job_materials.

get/jobmaterial.json

Response

An array of Job Materials

uuidstring uuid

Unique identifier for this record

active0 | 1

Record active/deleted flag. Valid values are [0,1]

edit_datestring

Timestamp at which record was last modified

job_uuidstring uuid
material_uuidstring uuid
namestring
quantitystring required
pricestring
displayed_amountstring
displayed_amount_is_tax_inclusivestring
tax_rate_uuidstring uuid
sort_orderstring
coststring
displayed_coststring
job_material_bundle_uuidstring uuid

UUID of a JobMaterialBundle which this JobMaterial belongs to. The default value is blank, which means that the JobMaterial is not part of a JobMaterialBundle.

Example response

[
  {
    "uuid": "123e4567-4bc5-45bd-afbf-230c4073949b",
    "edit_date": "2025-07-01 12:00:00",
    "job_uuid": "123e4567-29ef-4e0a-aa46-230c45fcecdb",
    "material_uuid": "123e4567-1447-43ff-9fa4-230c4ebb542b",
    "tax_rate_uuid": "123e4567-60e6-4c17-9e20-230c47a8373b",
    "job_material_bundle_uuid": "123e4567-07b8-4832-a590-230c418973ab"
  }
]

Changes