The following HTTP status codes are supported in this version of Web API.
Status Codes | Description |
---|---|
200 OK | This response is received when an HTTP request is successful. |
204 No Content | This response is received when the requested content is not found, e g when the specified pico- or workflow instance does not exist. |
401 Unauthorized | This response is received when sending in an HTTP request without valid user ID and password. |
403 Forbidden | This response is received when privileges are not granted for performing an operation in . |
404 Not Found | This response is received when the resource cannot be found, for example, when the specified endpoint does not exist. |
409 Conflict | This response is received, for example, when attempting to start a workflow that has been disabled (the workflow is in manual-mode) or when trying to enable a workflow or workflow group that has already been enabled. |
500 Internal Server Error | This response is received when the server has encountered an internal error and is unable to complete your request. |