cURL
curl --request GET \ --url https://api.example.com/v1/materials \ --header 'Authorization: Bearer <token>'
{ "items": [ { "code": "<string>", "name": "<string>", "type": "<string>" } ], "hasMore": true }
List materials.
Page number for pagination, starting at 1.
x >= 1
Page size for pagination.
1 <= x <= 50
Filter on material type.
The request has succeeded.
List of items.
Show child attributes
Whether there are more items to fetch.