GET
/
api
/
v1
/
migration
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"
    }
  ]
}

Response

200 - application/json

The response is of type object.