Skip to main content
GET
/
v1
/
processes
List Processes
curl --request GET \
  --url https://api.example.com/v1/processes \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "code": "<string>",
      "name": "<string>",
      "materialType": "<string>"
    }
  ]
}

Query Parameters

materialType
string

Filter on material type.

Response

The request has succeeded.

items
object[]
required

List of items.