Skip to content
IScan Documentation
Main Navigation
Guide
Technische Dokumentation
Appearance
Menu
Return to top
Get devices
GET
/rest/v1/devices
Returns filtered device data
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
200
List of devices
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
0
,
"serialNumber"
:
"string"
,
"name"
:
"string"
,
"type"
:
"string"
,
"active"
:
true
,
"createdAt"
:
"string"
}
]
GET
/rest/v1/devices
Playground
Authorization
bearerAuth
Try it out
Samples
Powered by
VitePress OpenAPI