API response codes
- Updated: 2022/04/06
Review the HTTP status codes of responses for Automation 360 APIs.
| Status code | HTTP name | Description |
|---|---|---|
| 200 | OK | Success |
| 201 | Created | Success, for POST, PATCH or PUT requests. |
| 202 | Accepted | Indicates that the request has been accepted for processing, but the processing has not been completed. |
| 204 | No content | Success, for DELETE requests and some PATCH requests. |
| 400 | Bad request | Request URL or request parameters are incorrect. |
| 401 | Authentication required | Provide authentication details. |
| 403 | Unauthorized access | The operation is not authorized. |
| 404 | Not found | Control Room server did not find the requested URL. |
| 409 | Conflict | The request could not be completed because the code conflicts with the current state of the resource, for example, a duplicate entry. |
| 500 | Internal server error | Indicates that the server encountered a problem. Clear the cookies and cache, and then reload the page. |