Headers
Query Parameters
Available options:
pdf, markdown, html, llms, structurizr, json Body
application/json
Response
OK
curl --request POST \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/export \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"draftId": "<string>",
"orientation": "portrait"
}'{
"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": {
"draftId": "<string>",
"orientation": "portrait"
},
"type": "pdf",
"versionId": "<string>"
}
}curl --request POST \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/export \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"draftId": "<string>",
"orientation": "portrait"
}'{
"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": {
"draftId": "<string>",
"orientation": "portrait"
},
"type": "pdf",
"versionId": "<string>"
}
}pdf, markdown, html, llms, structurizr, json Show child attributes
OK
Show child attributes