GET
/
api
/
v1
/
connection
/
status
/
{domain}
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.FIDS.Connector/api/v1/connection/status/{domain}
{
  "ConnectionStatuses": [
    {
      "Name": "<string>",
      "Online": true,
      "OfflineReason": "<string>"
    }
  ]
}

Path Parameters

domain
string
required

Response

200 - application/json

The response is of type object.