...
requestId
contains a unique identifier for each request.You can view the contents of a specific request with
Status colour Blue title GET /api/request/{requestId}/
.
result
contains the result of the request.error
contains an error code and description if the request failed on the backend. (Note: The API call, itself, will still be successful and return code
200
.
Endpoints
All API endpoints are listed below, along with a brief description for each. More detail on usage and expected results can be found in the OpenAPI document or viewed through the Swagger UI.
...