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.