Skip to main content
POST
/
api
/
v1
/
Landscape
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Data/api/v1/Landscape \
  --header 'Content-Type: application/json' \
  --data '{
  "Context": {
    "CorrelationId": "<string>",
    "User": "<string>",
    "UserId": "<string>",
    "Domain": "<string>",
    "SecondaryIdentities": [
      "<string>"
    ],
    "Claims": [
      {
        "Type": "<string>",
        "Value": "<string>"
      }
    ],
    "ImpersonationId": "<string>"
  },
  "Landscapes": [
    "<string>"
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Landscapes": [
    {
      "Name": "<string>",
      "Server": "<string>",
      "Namespaces": [
        {
          "Name": "<string>"
        }
      ],
      "DataSources": [
        {
          "Id": "<string>",
          "Type": {
            "Id": "<string>",
            "Name": "<string>",
            "Description": "<string>"
          },
          "Namespace": {
            "Name": "<string>"
          },
          "Name": "<string>",
          "Description": "<string>",
          "CreationDate": "2023-11-07T05:31:56Z",
          "UpdatedDate": "2023-11-07T05:31:56Z",
          "AuthorId": "<string>"
        }
      ],
      "DataSourceTypes": [
        {
          "Id": "<string>",
          "Name": "<string>",
          "Description": "<string>"
        }
      ]
    }
  ]
}

Body

application/json
Context
object
Landscapes
string[] | null

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
Landscapes
object[] | null