Skip to main content
GET
/
materials
/
process-by-material
/
{base_material_id}
cURL
curl --request GET \
  --url https://api-v2.production.higg.org/msi-api/v1/materials/process-by-material/{base_material_id} \
  --header 'x-api-key: <api-key>' \
  --header 'x-developer-request-token: <api-key>'
{}
Each base material in the MSI has a global set of available processes that can be selected within each of the available process stages, or cycles. This API endpoint will return all of the available processes for a given base material. You can then set the processes for your material by referencing the process ID in the /create or /update APIs.

Authorizations

x-api-key
string
header
required
x-developer-request-token
string
header
required

Path Parameters

base_material_id
string
required

Response

200 - application/json

Ok

The response is of type object.