GET api/v2/BomMasters

Get a list of BOM Masters.

Request Information

URI Parameters

Name Description Type Additional information

fields

string

None.

where

string

None.

order

string

None.

page

integer

None.

rows

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BomMasterV2

Name Description Type Additional information

Products

Collection of BomProduct

None.

Id

A unique Job ID.

integer

None.

CreatedDate

Created date time.

date

None.

ModifiedDate

Last modified date time.

date

None.

CreatedBy

Created by User ID.

integer

None.

ModifiedBy

Modified by User ID.

integer

None.

ProductionNotes

Production Notes.

string

None.

Reference

The unique Job reference.

string

Max length: 20

Response Formats

application/json, text/json

Sample:
[
  {
    "products": null,
    "id": 1,
    "createdDate": "2026-07-28T20:41:15.5313551Z",
    "modifiedDate": "2026-07-28T20:41:15.5313569Z",
    "createdBy": 1,
    "modifiedBy": 1,
    "productionNotes": "",
    "reference": ""
  }
]