Skip to main content

Input fields

apiExceptionId : Int

The ID of the associated API exception, if any.

context : JSONString

Any optional useful context involved in the API call.

correlationId : String! required

The correlation id header from the HTTP request.

inputData : JSONString

The input data provided to the API, if any.

operationName : String! required

The name of the operation associated with this call.

response : JSONString! required

The response returned by the API.

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

{ "apiExceptionId": 72805391, "context": {"key": "value"}, "correlationId": "78654907", "inputData": {"key": "value"}, "operationName": "newspaper-anyone-father-same-you", "response": {"key": "value"} }