cURL
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>" } } }
Retrieve details of a specific product category commercial band in the current organization, including its measurement bounds and units.
The ID of the product category commercial band.
Details of the product category commercial band.
Show child attributes