# Get part numbers Endpoint: GET /v1/part-numbers Version: 1.0.0_Beta ## Query parameters: - `partNumber` (string) Filter by partNumber - `productName` (string) Filter by productName - `licenseModel` (string) Filter by licenseModel - `creationDate` (string) Filter by created date - `lastModifiedDate` (string) Filter by last modified date - `unmappedWithProduct` (boolean) Filter by unmapped with product - `unmappedWithLicenseModel` (boolean) Filter by unmapped with license model - `sort_by` (string) Field to sort by (partNumber, productName, licenseModel, creationDate and lastModifiedDate) - `sort_order` (string) Order to sort by (asc/desc) - `page` (integer) Requested page number - `limit` (integer) Number of records per page ## Response 200 fields (application/json): - `message` (string) - `status` (string) ## Response 400 fields (application/json): - `message` (string) - `status` (string) ## Response 500 fields (application/json): - `message` (string) - `status` (string)