List Field Requests

Returns a paginated list of field requests for the authenticated business. Optionally filter by status. Note: the status filter parameter is accepted but not yet implemented — all records are returned regardless of value.

Requires scope: field_requests:read

Authentication

API_KEYstring
API Key authentication via header

Query parameters

pageintegerOptional

Zero-based page index. Defaults to 0.

sizeintegerOptional

Items per page. Defaults to 20, maximum 100.

statusenumOptional
Filter by status. Accepted but not yet implemented.
Allowed values:
sortstringOptional

Sort by field,direction (Spring Pageable format; direction asc or desc, default asc). Allowed fields: id, number, name, status, priorityStatus, notes, dueDate, createdAt, updatedAt. Default order (when no sort is supplied): createdAt,desc.

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