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

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0