APICallType
Fields
Storage for the API client to submit any contextual information.
The request's correlation id.
Input data for the API call if any.
Free field for the API caller to categorise their own operation name. This field can be used to filter entries on the UI.
The response from the API call if any.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"context": {"key": "value"},
"correlationId": "56150740",
"createdAt": "2021-09-28T07:17:50.322106+00:00",
"id": "81716564",
"inputData": {"key": "value"},
"operationName": "machine-world-doctor-rise-be",
"response": {"key": "value"}
}