Get
Function
This API is used to get parameter for AI > Setup > ParcelDetection.
Request Message
Parameter Description
See AI > Setup > ParcelDetection > Range > Parameter Description > Table 1 for parameter description.
Sample:
POST /API/AI/Setup/ParcelDetection/Get HTTP/1.1
{
"version": "1.0",
"data": {"page_type": "ChannelConfig"}
}
Response Message
Parameter Description
See AI > Setup > ParcelDetection > Range > Parameter Description > Table 2 for parameter description.
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": "success",
"data": {
"channel_info": {
"CH1": {
"switch": true,
"sensitivity": 50,
"region_setting": [
1,
1,
1,
1,
...
],
"mbrow": 30,
"mbcol": 44
}
}
}
}
Error Code
See Response Messages Body and Common error_code for more information.