Question:
Does DocuWare have any unique API status codes?
Answer:
Most of DocuWare's error codes are very common and do not differ from most API status codes. Below are a few examples of common error codes.
-
200 OK-The request has succeeded.
-
201 CREATED- Indicates that the request has been successfully fulfilled, often used in response to POST request.
-
400 Bad Request- The request could not be understood by the server due to malformed syntax.
-
401 Unauthorized- This status code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.
-
403 Forbidden- The server understood the request, but is refusing to fulfill it.
-
404 Not Found- This status code indicates that the server cannot find the requested resource.
-
413 Payload Too Large- Indicates that the server is refusing to process a request because the request entity is larger than the server is willing to or able to process.
-
422 Too Many Requests- This status indicates that the user has sent too many requests in a given amount of time.
-
501 Not Implemented- Status code used to inform the client that the server does not recognize the request or lacks the ability to fulfill it.
KBA is applicable for both Cloud and On-premise Organizations.