Description of Server Responses
- 200 OK - The request was successful (some API calls may return 201 instead).
- 400 Bad Request - The request is not understood or required parameters are missing.
- 401 Unauthorized - Authentication failed or the user doesn't have permissions for the requested operation.
- 403 Forbidden - Access denied.
- 404 Not Found - Resource not found.
- 429 Too many requests - The number of requests to the service has crossed the threshold.
- 504 Gateway timeout - The given request has exceeded the expected time.
- 503 Service unavailable - The client cannot communicate with the service.
This guide explains how to use the AppViewX API to perform different functions. It includes descriptions, pointers to code samples, and request/response formats.