Get staging error

Gets the information about transaction staging errors or event staging errors.

Request
path Parameters
errortype
required
string

The type of errors that you want to retrieve.

Enum: "transaction" "event"
header Parameters
token
required
string

The valid authentication token that is generated by the Authentication operation.

Responses
200

Staging errors of the specified type are returned.

204

No record is found for the error type specified in the path parameter.

get/api/integration/v1/stage/error/{errortype}
Request samples
curl -X GET --header "token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0ODE4MywiaWF0IjoxNTA0NzQ2MzgzLCJuYmYiOjE1MDQ3NDYzODMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.k1usDPkgldj-OG9-ga-jn5B2Axx-HG4D0chytx5JPIg"  "https://yourHost/api/integration/v1/stage/error/transaction"
Response samples
application/json; charset=utf-8
{
  • "Result": [
    ],
  • "status": "Success"
}