v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
Part

Retrieve parts

Retrieve all parts in your sevdesk inventory according to the applied filters.

get/Part

Query parameters

partNumberstring

Retrieve all parts with this part number

namestring

Retrieve all parts with this name

Response

Successful operation

Example response

{
  "objects": [
    {
      "name": "Dragonglass",
      "partNumber": "Part-1000",
      "category": {
        "objectName": "Category"
      },
      "stock": 10000,
      "unity": {
        "id": 1,
        "objectName": "Unity"
      },
      "price": 100,
      "priceNet": 100,
      "priceGross": 119,
      "pricePurchase": 50,
      "taxRate": 19,
      "status": 100
    }
  ]
}