GET
/
organizations
/
{organizationId}
/
landscapes
/
{landscapeId}
/
thumbnails
/
primary
curl --request GET \
  --url https://api.icepanel.io/v1/organizations/{organizationId}/landscapes/{landscapeId}/thumbnails/primary \
  --header 'Authorization: <authorization>'
{
  "thumbnail": {
    "createdAt": "2023-11-07T05:31:56Z",
    "expires": "2023-11-07T05:31:56Z",
    "handleId": "<string>",
    "id": "<string>",
    "index": 123,
    "modelId": "<string>",
    "name": "<string>",
    "type": "context-diagram",
    "updatedAt": "2023-11-07T05:31:56Z",
    "url": "<string>"
  }
}

Headers

Authorization
string
required

Path Parameters

organizationId
string
required
landscapeId
string
required

Response

200
application/json
OK
thumbnail
object
required