Skip to main content
GET
/
products
/
categories
/
mechanical-bands
/
{id}
Get Product Category Mechanical Band
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>"
    }
  }
}

Authorizations

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

Path Parameters

id
integer
required

The ID of the product category mechanical band.

Response

Details of the product category mechanical band.

data
object