GET v1/part/list

Retrieve list of Parts with minimal information

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

PartModel
NameDescriptionTypeAdditional information
PartID

Unique identifier of the part

integer

None.

PartNumber

Part number

string

None.

Response Formats

application/json, text/json

Sample:
{
  "partID": 1,
  "partNumber": "sample string 2"
}