GET
/
api
/
v1
/
Replication
/
Diagnostics
/
replicationChangeSetState
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Replication/api/v1/Replication/Diagnostics/replicationChangeSetState
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Collections": [
    {
      "Id": "<string>",
      "Name": "<string>",
      "Servers": [
        {
          "Id": "<string>",
          "Name": "<string>",
          "Nodes": [
            {
              "Id": "<string>",
              "Name": "<string>",
              "Changes": [
                {
                  "Increment": 123
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

Query Parameters

request
object

Response

200 - application/json

The response is of type object.