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