Skip to main content

Fields

context : JSONString

Storage for the API client to submit any contextual information.

correlationId : String! required

The request's correlation id.

createdAt : DateTime! required
id : ID! required
inputData : JSONString

Input data for the API call if any.

operationName : String! required

Free field for the API caller to categorise their own operation name. This field can be used to filter entries on the UI.

response : JSONString

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"} }