Job Material Bundles
Retrieve a Job Material Bundle
OAuth Scope
This endpoint requires the following OAuth scope read_job_materials.
get/jobmaterialbundle/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Job Material Bundle
Response
Job Material Bundle record retrieved successfully
Example response
{
"uuid": "123e4567-50f6-4dcc-9b18-2348261818cb",
"edit_date": "2025-09-01 12:00:00",
"material_bundle_uuid": "123e4567-c734-4e4c-ae08-23482ffd85ab",
"job_uuid": "123e4567-10a1-4fb6-b1db-23482ced980b"
}