GET
/
api
/
v1
/
Replication
/
Admin
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Replication/api/v1/Replication/Admin
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Collections": [
    {
      "Name": "<string>",
      "Nodes": [
        {
          "NodeInfo": {
            "Name": "<string>",
            "Identifier": "<string>"
          },
          "IsRemote": true,
          "Filter": "<string>",
          "Disabled": true
        }
      ]
    }
  ]
}

Response

200 - application/json

The response is of type object.