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-feature/docs_docker_image Version: dev-feature/docs_docker_image
Commit: 676e4afe
Deployed at: 2026-01-09T12:13:36Z