# Here is a curl example
curl \
X GET -H "Authorization:{token}" http://localhost:8888/api/BOM/FormatView
This method gets two available format types, Tree View or Flat View.
To get BOM formats you need to make a GET call to the following url
:
http://localhost:8888/api/BOM/FormatView
Result example :
[
{
"id": 0,
"display_name": "string"
}
]
| Field | Parameter Type | Type | Description |
|---|---|---|---|
| Authorization | header | string | Add Authorization header token |