GET
/
landscape-templates
/
{landscapeTemplateId}
/
thumbnails
/
primary
curl --request GET \
  --url https://api.icepanel.io/v1/landscape-templates/{landscapeTemplateId}/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

landscapeTemplateId
string
required

Response

200
application/json
OK
thumbnail
object
required