Imports apartment route files
- Imports all apartment route image files from zip archive. The device optimizes the images. The approximate optimization time is 1s for 1 image.
- Image name format regex:
^route-[1-9]\d{0,3}-\d{1,2}-(\d|[1-8]\d|9[0-8])-\d{1,2}.(webp|png|jpg|jpeg)$
- Supported image formats:
webp, png, jpg, jpeg
- Required image formats are webp, png, jpg, jpeg, size - 600x1024 px
- This feature is available only in AA-14FB panel
- multipart/form-data
Request Body required
Zip archive. Maximum of file size is 1Gb.
- string binary
Zip archive
Responses
- 200
- 400
- 401
- 403
- 404
OK
- Wrong file
- Wrong apartment address
- application/json
- Schema
- Example (from schema)
- Wrong file
- Apartments not exists
- No routes detected
Schema
- error string
Error message
{
"error": "Wrong JSON body"
}
{
"error": "Wrong file"
}
{
"error": "Apartments not exists for provided lift routes. Please, create apartments first"
}
{
"error": "No routes detected"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error string
Error message
{
"error": "Administrator rights required"
}
{
"error": "Administrator rights required"
}
This feature is disabled on your device
Loading...