dropdowns

List By Category

Return active dropdowns for a specific category.

Valid categories include machining_process, material, finishing, and coating. Returns a 400 for unknown categories.

Optional ?material_id=X filters coating results to only coatings compatible with that material (per VALID_COATING_COMBINATIONS). Ignored for non-coating categories. Empty list = "no coatings available for this material" — the frontend uses that signal to disable the coating select.

get/api/v1/dropdowns/{category}

Path parameters

categorystring required

Query parameters

material_idstring uuid nullable

Response

Successful Response

idstring uuid required
categorystring required
labelstring required
valuestring required
sort_orderinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.