HTTP status code summary
The Office Integrator returns different HTTP response codes for successful and failure API requests.
| Code | Description |
| 200 | SUCCESS - The API request was successful and completed without any errors. |
| 400 | BAD REQUEST - The input passed in the Request API is invalid or incorrect. The requestor has to change the input parameters and send the Request again. |
| 404 | NOT FOUND - The user does not have read access to the file, or the requested file does not exist. |
| 500 | INTERNAL SERVER ERROR - The request cannot be completed due to an error that occurred in the server when processing the request. |