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
}
]
}
]
}
]
}
]
}
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
}
]
}
]
}
]
}
]
}
The response is of type object
.