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