curl --request GET \
--url 'https://api.stateset.com/api/v1/boms' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"boms": [
{
"bom_number": "string",
"component_count": 1,
"created_at": "string",
"description": null,
"id": "string",
"name": "string",
"product_id": "string",
"revision": "string",
"status": "string"
}
],
"total": 1
}
List boms
GET
/
api
/
v1
/
boms
curl --request GET \
--url 'https://api.stateset.com/api/v1/boms' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"boms": [
{
"bom_number": "string",
"component_count": 1,
"created_at": "string",
"description": null,
"id": "string",
"name": "string",
"product_id": "string",
"revision": "string",
"status": "string"
}
],
"total": 1
}
Query parameters
string
string
string
integer (int32)
integer (int32)
Responses
BomListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/boms' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"boms": [
{
"bom_number": "string",
"component_count": 1,
"created_at": "string",
"description": null,
"id": "string",
"name": "string",
"product_id": "string",
"revision": "string",
"status": "string"
}
],
"total": 1
}
⌘I