Models/Parts
Get all parts for a model
Retrieves all parts associated with a specific model
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the model
Query Parameters
Filter parts by type
Response
200
application/json
List of parts
The response is of type object[]
.