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- Version: dev-
Commit: bb7e53af
Deployed at: 2026-03-03T16:11:11Z