GET
/
api
/
v1
/
messagesource
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.FIDS.Connector/api/v1/messagesource
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "MessageSources": [
    {
      "Id": "<string>",
      "Name": "<string>",
      "Description": "<string>",
      "Type": "<string>",
      "HostName": "<string>",
      "Port": 123,
      "Channel": "<string>",
      "QueueManager": "<string>",
      "QueueName": "<string>",
      "AuthenticationType": "<string>",
      "UserName": "<string>",
      "HasPassword": true,
      "Online": true,
      "OfflineReason": "<string>",
      "Parsers": [
        {
          "Id": "<string>",
          "Name": "<string>",
          "ScriptType": "<string>",
          "ParseMethod": "<string>",
          "Handlers": [
            {
              "Id": "<string>",
              "Name": "<string>",
              "ScriptType": "<string>",
              "MessageType": "<string>",
              "HandlerMethod": "<string>"
            }
          ]
        }
      ]
    }
  ]
}

Response

200 - application/json

The response is of type object.