v46

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-011274550.0 KB
Orders

Search Order Items

Search order items with optional filtering and pagination. Results are sorted by creation date descending. Parent order identity, employerId, creation time, and status are resolved from the parent Order; employer name and demo attribution are resolved from the owning Employer so reporting is consistent across line items.

get/v1/orderItems

Query parameters

pageinteger
pageSizeinteger
idstring

Filter by exact document ID (_id)

orderNumberstring

Filter by exact order number

orderIdstring

Filter by exact order ID

employeeIdstring

Filter by exact employee ID

employerIdstring

Filter by exact employer ID

providerIdstring

Filter by exact provider ID

orderAccessCodestring

Filter by exact order access code

serviceIdstring

Filter by exact service ID within services array

statusstring

Filter by service status within orderItems

idContainsstring

Filter by document ID containing this value (case-insensitive)

orderNumberContainsstring

Filter by order number containing this value (case-insensitive)

orderIdContainsstring

Filter by order ID containing this value (case-insensitive)

employeeIdContainsstring

Filter by employee ID containing this value (case-insensitive)

orderAccessCodeContainsstring

Filter by order access code containing this value (case-insensitive)

sincestring date-time

Filter orderItems created after this time

untilstring date-time

Filter orderItems created before this time

Response

Default Response