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"
}
]