Skip to main content
GET
/
products
/
categories
/
commercial-bands
/
{id}
Get Product Category Commercial Band
curl --request GET \
  --url https://v1.api.flux-os.com/products/categories/commercial-bands/{id} \
  --header 'x-api-key: <api-key>' \
  --header 'x-user-id: <api-key>'
{
  "data": {
    "density_min": 123,
    "density_max": 123,
    "bsw_min": 123,
    "bsw_max": 123,
    "id": "<string>",
    "organization": {
      "name": "<string>",
      "id": "<string>"
    },
    "product_category": {
      "name": "<string>",
      "id": "<string>"
    },
    "commercial_facility": {
      "name": "<string>",
      "id": "<string>"
    },
    "density_measurement_unit": {
      "abbreviation": "<string>",
      "id": "<string>"
    },
    "bsw_measurement_unit": {
      "abbreviation": "<string>",
      "id": "<string>"
    }
  }
}

Authorizations

x-api-key
string
header
required
x-user-id
string
header
required

Path Parameters

id
integer
required

The ID of the product category commercial band.

Response

Details of the product category commercial band.

data
object