POST
/
api
/
v1
/
message
/
details
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.FIDS.Connector/api/v1/message/details \
  --header 'Content-Type: application/json' \
  --data '{
  "MessageSourceId": "<string>",
  "MessageId": "<string>"
}'
{
  "Data": "<string>",
  "MQMessage": "<any>",
  "Exception": "<any>",
  "Log": [
    {
      "TimeStamp": "2023-11-07T05:31:56Z",
      "Level": "<string>",
      "Message": "<string>",
      "Exception": "<string>"
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.