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-884a-4ad6-b0d0-23467ea27b8b",
"edit_date": "2025-09-01 12:00:00",
"material_bundle_uuid": "123e4567-131d-48d9-9598-23467aaf5edb",
"job_uuid": "123e4567-0b62-4d93-bc6b-23467347124b"
}