
- Topics
- Release Information
- X-Sign Quick guide
-
X-sign User manual
- Account (4)
- License (4)
-
Manager (15)
- Pairing the device with X-Sign Manager
- Creating the channel
- Scheduling the content by channel
- Scheduling the content by device
- Editing the device management structure
- Pushing Real-Time Message to your BenQ Smart Signage remotely
- Controlling the device remotely
- Updating device Player remotely
- Managing the calling system
- Creating an API table in X-Sign Manager
- Setting Verification
- Getting the system notification
- Updating device status immediately New
- Player report (proof-of-play) New
- Using Designer Express New
-
Designer (18)
- Creating a new project file in X-Sign Designer
- Uploading your content from Designer
- Creating content in X-Sign Designer
- Creating content from Designed Templates
- Creating a clock widget in X-Sign Designer
- Setting a weather widget
- Creating an Image or Video slideshow
- Rotating an image or video
- Generating a QR Code
- Adding a data connection
- Setting a timer widget
- Creating an API template using the demo kit
- Creating a TV Input source widget in X-Sign Designer
- Setting background music in X-Sign Designer
- Changing the playing order of pages
- Sealing a file in X-Sign Designer
- Opening an X-Sign 1.x project file
- Changing your language in X-Sign Designer
- Player (6)
- Local Delivery (3)
- Report (2)
- Video Wall (3)
- Interactive (Premium) (6)
- API (Premium) (1)
- GPL/LGPL Software Licenses Used by X-Sign
- X-Sign OpenAPI
- LGPL Compliance Declaration
X-Sign OpenAPI
X-sign 2.0 / X-Sign OpenAPI / Documentation
General Status code
2021 / 04 / 24
HTTP Status Code : equals to Result Code
ex.HTTP Status Code of Result Code 401 is also 401.
HTTP Status Code 422 will has error message in response body.
{
"result_code":422,
"message":{ "Unprocessab leEntity"
}
}
StatusCode |
HttpFoundation | Message |
Description |
StatusCode 200 | HttpFoundation HTTP_OK | Message OK | Description Successful |
StatusCode 400 | HttpFoundation HTTP_BAD_REQUEST | Message Bad Request | Description Request parameter is missing or invalid |
StatusCode 401 | HttpFoundation HTTP_UNAUTHORIZED | Message Unauthorized | Description - account ID or password is incorrect - Token is invalid - Client-id or Secret is invalid |
StatusCode 403 | HttpFoundation HTTP_FORBIDDEN | Message Forbidden | Description - the server understood the request but refuses to authorize it. |
StatusCode 404 | HttpFoundation HTTP_NOT_FOUND | Message Not Found | Description resource not found |
StatusCode 405 | HttpFoundation HTTP_METHOD_NOT_ALLOWED | Message Method Not Allowed | Description - Content-Type Error - Request header field is missing |
StatusCode 412 | HttpFoundation HTTP_PRECONDITION_FAILED | Message Precondition Failed | Description request tries to modify a resource that is in an unexpected state |
StatusCode 422 | HttpFoundation HTTP_UNPROCESSABLE_ENTITY | Message Unprocessable Entity | Description - Data not existing in DB |
StatusCode 500 | HttpFoundation HTTP_INTERNAL_SERVER_ERROR | Message Internal Server Error | Description |
Result Code for X-Sign
| Result_code | Description |
Result_code -- | Description -- |