Workflow API Errors
Status |
Error Type |
Description |
---|---|---|
400 |
Bad Request |
The request body is invalid. |
400 |
Finesse API Error |
API error such as the object is stale or does not exist. |
401 |
Authorization Failure |
Unauthorized (for example, the user is not yet authenticated in the Web Session). The user is not authorized to use the API (the user is not an administrator). |
403 |
Forbidden |
The user attempted to run the API against the secondary Finesse server. Configuration APIs cannot be run against the secondary Finesse server. |
404 |
Not Found |
The specified resource cannot be found. |
500 |
Internal Server Error |
Any runtime exception is caught and responded with this error. |