cURL
curl --request GET \ --url https://v1.api.flux-os.com/products/categories/mechanical-bands/{id} \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "data": { "id": "<string>", "organization": { "name": "<string>", "id": "<string>" }, "product_category": { "name": "<string>", "id": "<string>" }, "facility": { "name": "<string>", "id": "<string>", "regulator_id": null }, "density_min": null, "density_max": null, "density_measurement_unit": { "abbreviation": "<string>", "id": "<string>" }, "bsw_min": null, "bsw_max": null, "bsw_measurement_unit": { "abbreviation": "<string>", "id": "<string>" } } }
Retrieve details of a specific product category mechanical band, including its measurement bounds and units.
The ID of the product category mechanical band.
Details of the product category mechanical band.
Show child attributes