in reply to rosalesduquej 09-28-2015 06:48 AM I still keep getting the 500 response. I have checked the JSON in the online JSON formatter you mentioned, and it checks out OK. Here is the complete call that I am making: https://bim360field.autodesk.com/api/equipment?tick...
I was wondering if I can use the 500 error APIM is giving me: prettyprint { "statusCode": 500, "message": "Internal server error", "activityId": "31ee4a6b-5ed5-42de-bc9a-8fdd76f975b9" } The activityid guid paste in here is generated so it is not from a real 500 error....
{ "error_msg": "Incorrect app authentication information: app not found, appkey 01177c425f71487ea362ba84dc4abe5e1", "error_code": "APIGW.0303", "request_id": "a5322eb8904***d705491a76a05aca" }Possible CausesThe AppKey is incorrect.Solution...
Ensure that the function response for an invocation by API Gateway has been encapsulated and contains body(String), statusCode(int), headers(Map), and isBase64Encoded(boo
If an organization is planning to sell its API as a form of monetization, then it's important that it works as intended, so it can get in front of as many people as possible. How to create an API Developers must follow these steps to create an API: ...
The API transfers the data to the initial requesting application, in this case, the product website. While the data transfer differs depending on the web service used, the requests and responses all happen through an API. There is no visibility on the user interface, meaning APIs exchange data...
HTTP status code 504, along with other 500 error codes such as 502 and 503, fall under the category of server error responses. These codes are often indicative of an issue where the server is unable to fulfill a valid request. In general, they provide critical information for both the user...
The API transfers the data to the initial requesting application, in this case, the product website. While the data transfer differs depending on the web service used, the requests and responses all happen through an API. There is no visibility on the user interface, meaning APIs exchange data...
2. Server overload: If the upstream server is swamped with requests, it may return an invalid response to the gateway server, triggering the 502 error. This is a common problem in high-traffic environments. 3. Configuration errors: Occasionally, server misconfiguration leads to issues in the da...
As a result, when an API is used to read data during testing, it is assumed to read all data or create/update all data. In production, the data volumes can be far more significant, resulting in API calls trying to communicate large volumes of data in a single request. This can result...