TNSystem-Backend API Help

/api/v1/assets/article GET

/api/v1/assets/article

Request parameters

{ "manufacturerId": 91, "label": "example", "articleNumber": "example", "minRentalPrice": 16.0, "maxRentalPrice": 16.0, "consumable": true }

Responses

{ "data": [ { "id": 91, "manufacturer": { "id": 91, "name": "example" }, "label": "example", "articleNumber": "example", "sizeL": 96, "sizeW": 96, "sizeD": 96, "weight": 16.0, "rentalPrice": 16.0, "customFieldSet": { "id": 91, "name": "example" }, "packagingUnit": true, "consumable": true, "note": "example", "createDate": "1971-04-26T12:26:06Z", "updateDate": "1971-04-26T12:26:06Z", "enabled": true } ], "count": 96 }
17 April 2025