Skip to content

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
Required
Example"LOT123456"

Responses

Photos found

application/json
JSON
[
{
"id": 0,
"filename": "string",
"originalName": "string",
"mimeType": "string",
"size": 0,
"createdAt": "string"
}
]

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev-master Version: dev-master
Commit: cb3eefe4
Deployed at: 2025-12-04T11:09:49Z