Description of Server Responses

  1. 200 OK - The request was successful (some API calls may return 201 instead).
  2. 400 Bad Request - The request is not understood or required parameters are missing.
  3. 401 Unauthorized - Authentication failed or the user doesn't have permissions for the requested operation.
  4. 403 Forbidden - Access denied.
  5. 404 Not Found - Resource not found.
  6. 429 Too many requests - The number of requests to the service has crossed the threshold.
  7. 504 Gateway timeout - The given request has exceeded the expected time.
  8. 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.