Get mutants
GET
/goodsReception/rest/v1/mutants
Returns filtered list of mutants
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Query Parameters
filter
Typeobject
Example
{
"name": "Gala",
"active": true
}Responses
Successful response
application/json
JSON
[
{
"id": 0,
"name": "string",
"mutantNr": "string",
"description": "string",
"fk_product_id": 0,
"active": true,
"created": "string",
"modified": "string"
}
]