4.2. Status Codes
The API has the following status codes:
Code | Name | Description |
200 | OK | Successful. |
400 | Bad request | Bad input parameter. The error message indicates which one and why. |
403 | Forbidden | The application is not registered on the Ekran System Application Server. This is the case when the application has been removed from the Applications tab (on the Configuration page) in the Management Tool. |
404 | Not Found | The requested resource does not exist. |
405 | Method Not Allowed | The application does not support the specified HTTP verb. |
500 | Internal Server Error | The Ekran System Application Server is not working as expected. The request is probably valid but needs to be requested again later. |
503 | Service Unavailable | Service unavailable. The Ekran System Application Server is probably stopped. |