Skip to main content
List all materials for the current organization (including system materials)
curl --request GET \
  --url https://api.ionworks.com/materials
{
  "items": [
    {
      "name": "<string>",
      "id": "<string>",
      "organization_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "definition": {},
      "manufacturer": "<string>",
      "product_id": "<string>",
      "property_count": 0
    }
  ],
  "count": 123,
  "total": 123
}

Query Parameters

include_system
boolean
default:true
project_id
string | null

Scope property_count to this project

limit
integer
default:100
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

items
Material · object[]
required
count
integer
required
total
integer
required