Skip to content

Get products

GET
/goodsReception/rest/v1/products

Returns filtered list of products

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Query Parameters

filter
Typeobject
Example{ "name": "apple", "active": true }

Responses

Successful response

application/json
JSON
[
{
"id": 0,
"name": "string",
"productNr": "string",
"description": "string",
"fk_product_group_id": 0,
"active": true,
"created": "string",
"modified": "string"
}
]

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev- Version: dev-
Commit: bb7e53af
Deployed at: 2026-03-03T16:11:11Z