List Materials at Job

Returns a paginated list of materials assigned to a job, including quantity, unit of measurement, and pricing information.

Requires scope: jobs:read

Authentication

API_KEYstring
API Key authentication via header

Path parameters

idUUIDRequired
Job ID.

Query parameters

pageintegerOptional

Zero-based page index. Defaults to 0.

sizeintegerOptional

Items per page. Defaults to 20, maximum 100.

sortstringOptional

Sort by field,direction (Spring Pageable format; direction asc or desc, default asc). Allowed fields: id, quantity, measurement, cost, unitPrice, itemNumber, brand, manufacturer. Default order (when no sort is supplied): related material name, ascending.

Response

This endpoint returns an object.
datalist of objects
paginationobject
Pagination metadata returned on all list endpoints.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error