GET
/
organizations
/
{organizationId}
/
teams
/
{teamId}
/
landscapes
curl --request GET \
  --url https://api.icepanel.io/v1/organizations/{organizationId}/teams/{teamId}/landscapes \
  --header 'Authorization: <authorization>'
{
  "landscapes": [
    {
      "name": "<string>",
      "scheduledVersions": true,
      "organizationId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "createdBy": "user",
      "createdById": "<string>",
      "id": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z",
      "updatedBy": "user",
      "updatedById": "<string>"
    }
  ]
}

Headers

Authorization
string
required

Path Parameters

organizationId
string
required
teamId
string
required

Response

200
application/json
OK
landscapes
object[]
required