GET
/
api
/
v1
/
engine
/
dataset
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Engine/api/v1/engine/dataset
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "DataSets": [
    {
      "Id": "<string>",
      "Name": "<string>"
    }
  ]
}

Response

200 - application/json

The response is of type object.