curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Migration/api/v1/migration
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Migrations": [
{
"Id": "<string>",
"Source": "<string>",
"Version": "<string>",
"Success": true,
"Data": "<string>",
"Exception": "<string>",
"Timestamp": "2023-11-07T05:31:56Z"
}
]
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Migration/api/v1/migration
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Migrations": [
{
"Id": "<string>",
"Source": "<string>",
"Version": "<string>",
"Success": true,
"Data": "<string>",
"Exception": "<string>",
"Timestamp": "2023-11-07T05:31:56Z"
}
]
}
The response is of type object
.