GET
/
api
/
v1
/
version
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Migration/api/v1/version
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "VersionRecords": [
    {
      "Id": "<string>",
      "Service": "<string>",
      "Version": "<string>",
      "FirstSeen": "2023-11-07T05:31:56Z",
      "LastSeen": "2023-11-07T05:31:56Z"
    }
  ]
}

Response

200 - application/json

The response is of type object.