GET
/
migration
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/migration
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Migrations": [
    {
      "Name": "<string>",
      "Description": "<string>",
      "Source": "<string>",
      "Type": "<string>",
      "Mandatory": true,
      "Version": "<string>",
      "Debug": true,
      "ParametersJson": "<any>"
    }
  ]
}

Response

200 - application/json

The response is of type object.