curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/export/{landscapeExportId} \
--header 'Authorization: <authorization>'
{
"landscapeExport": {
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"deleteAt": "2023-11-07T05:31:56Z",
"error": "<string>",
"fileUrl": "<string>",
"filter": {
"diagramId": "<string>",
"flowId": "<string>",
"includeDiagrams": true,
"includeFlows": true,
"modelObjectId": "<string>"
},
"id": "<string>",
"landscapeId": "<string>",
"options": {
"orientation": "portrait"
},
"type": "pdf",
"versionId": "<string>"
}
}
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/export/{landscapeExportId} \
--header 'Authorization: <authorization>'
{
"landscapeExport": {
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"deleteAt": "2023-11-07T05:31:56Z",
"error": "<string>",
"fileUrl": "<string>",
"filter": {
"diagramId": "<string>",
"flowId": "<string>",
"includeDiagrams": true,
"includeFlows": true,
"modelObjectId": "<string>"
},
"id": "<string>",
"landscapeId": "<string>",
"options": {
"orientation": "portrait"
},
"type": "pdf",
"versionId": "<string>"
}
}
OK
The response is of type object
.