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.