Get test samples
GET
/goodsReception/rest/v1/test-samples
Returns filtered list of test samples
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Query Parameters
filter
Typeobject
Example
{
"lotnumber": "LOT001",
"status": "active"
}Responses
Successful response
application/json
JSON
[
{
"id": 0,
"fk_lot_id": 0,
"fk_user_id": 0,
"lotnumber": "string",
"sample_number": "string",
"status": "string",
"notes": "string",
"created": "string",
"modified": "string"
}
]