AMALYZE Falcon API
Request Object
Response
JavaScript
1 2 3 4 5 6 7 8 9 10 11 12 13 |
"request": { "id": "ec0c1c94-d355-413f-813d-74827489c797", "took": 0.4768, "costs": 1, "remaining": 99999, "method": "research.product.keywords.get", "success": true, "error": { "code": null, "message": null, "hint": null } } |
Property | Type | Description | Comment |
request | object | Object containing the request meta information | since 0.1.10 |
request.id | string | Unique request id assigned by amalyze to recognise each single request | since 0.1.10 |
request.took | float | Time (in seconds) the request did take | since 0.1.10 |
request.costs | integer | Amount of credits the API call did cost | since 0.1.10 |
request.remaining | integer | Amount of remaining credits | since 0.1.10 |
request.method | string | Called endpoint | since 0.1.10 |
request.success | boolean | Indicates if the API call has been sucessfull | since 0.1.10 |
request.error | object | Object containing information about an occured error | since 0.1.10 |
request.error.code | integer | Errorcode (see errorcode definition for more information) | since 0.1.10 |
request.error.message | string | The error message | since 0.1.10 |
request.error.hint | string | Hint about the occured error | since 0.1.10 |