Table 17: Data error
HTTP
code
Message Description
400 Bad Request
{
"code": 701,
"message": "Data set incomplete"
}
{
"code": 702,
"message": "Data set not applicable"
}
NOTE
The complete sent data set is discarded.
{
"code": 703,
"message": "Data set combination incompatible"
}
NOTE
The complete sent data set is discarded.
NOTE
Only the first error is returned if a request contains multiple errors.
7.3.6.2 Interface
GET/apiversion
Readout of API version.
Sample response:
{
"version": "V1.0.0"
}
GET/openapi
Reading of interface in OpenAPI JSON format.
Sample response:
{
"openapi": "3.0.1",
"info": {
"description": "This is the description of the SIG200 IO-
Link Master REST API server….",
"version": "1.0.0",
"title": "SIG200 IO-Link Master",
"contact": {
"email": "info@sick.de"
},
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
}
...
SIG200 CONFIGURATION 7
8024482.1FJ7 /2022-05-31 | SICK O P E R A T I N G I N S T R U C T I O N | Sensor Integration Gateway - SIG200
39
Subject to change without notice