List BOMs
Returns a paginated list of BOMs for the authenticated business
Query parameters
Page number
Items per page
Filter by business nodes (comma-separated UUIDs). Omit for all nodes
Filter by BOM name (substring) or BOM id. With has_source_file, also matches the archived file's name
Only BOMs whose original upload was archived and can be downloaded
Filter by status. Omit for active BOMs (excludes archived); pass 'archived' for archived BOMs
Only BOMs that USE this item. Puts the ones it is the finished good of first, and sets item_context on every row
Response
OK
Changes
Changed in 2 of the 7 revisions of this API.3
- ○
added the new optional
queryrequest parameterhas_source_filenew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parameteritem_idnew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
- ○