Find photos by code
GET
/rest/v1/photos/find-by-code/{code}
Finds photos by lot number or charge code
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
code*
Typestring
RequiredExample
"LOT123456"Responses
Photos found
application/json
JSON
[
{
"id": 0,
"filename": "string",
"originalName": "string",
"mimeType": "string",
"size": 0,
"createdAt": "string"
}
]