Skip to main content
POST
/
api
/
v1
/
Replication
/
Admin
/
GetCollectionStatus
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Replication/api/v1/Replication/Admin/GetCollectionStatus
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "CollectionStates": [
    {
      "Name": "<string>",
      "MissingChangesets": 123
    }
  ]
}

Query Parameters

Collections
string[] | null
Context.CorrelationId
string | null
Context.UserId
string | null
Context.Pads4UserId
string | null
Context.Domain
string | null
Context.Claims
object[] | null
Context.SecondaryIdentities
string[] | null
Context.ImpersonationId
string | null

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
CollectionStates
object[] | null