Fields


# Here is a curl example
curl \
X GET -H "Authorization:{token}" http://localhost:8888/api/BOM/Fields
       ?config_id=111&view_name=Basic&format_view_id=111

To get BOM fields you need to make a GET call to the following url :
http://localhost:8888/api/BOM/Fields



Result example :

[
  {
    "column_id": 0,
    "field_id": 0,
    "is_system": true,
    "is_visible": true,
    "system_name": "string",
    "display_name": "string",
    "type_id": 0,
    "order_index": 0,
    "action": 0
  }
]

Query Parameters

Field Parameter Type Type Description
config_id query long Configuration Id. You can get from another method (http://localhost:8888/api/BOM/Variants).
view_name query string View Name. You can get from another method (http://localhost:8888/api/BOM/Views).
format_view_id query integer Format View Id. You can get from another method (http://localhost:8888/api/BOM/FormatView).
Authorization header string Add Authorization header token