Material parameter values
The API gives the ability to get all material parameters values.
Authorizations
x-api-keystringRequired
Path parameters
parameter_idstring · UUIDRequired
Parameter ID
Query parameters
namestringOptional
Parameter value name
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Responses
200Success
application/json
429
Returned when the rate limit is exceeded
get
/api/public/material-parameters/{parameter_id}/valuesThe API gives the ability to create a material’s parameter value.
Authorizations
x-api-keystringRequired
Path parameters
parameter_idstring · UUIDRequired
Parameter ID
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Body
namestringRequiredExample:
Name of the material parameter value
RedordernumberRequiredExample:
Display order of the parameter value (used for sorting in UI)
1Responses
201Success
application/json
429
Returned when the rate limit is exceeded
post
/api/public/material-parameters/{parameter_id}/valuesThe API gives the ability to update a material’s parameter value name.
Authorizations
x-api-keystringRequired
Path parameters
value_idstring · UUIDRequired
Material parameter value ID
parameter_idstring · UUIDRequired
Parameter ID
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Body
namestringOptionalExample:
Name of the material parameter value
BlueordernumberOptionalExample:
Display order of the parameter value (used for sorting in UI)
2Responses
200Success
application/json
429
Returned when the rate limit is exceeded
patch
/api/public/material-parameters/{parameter_id}/values/{value_id}Last updated