Versions
Export JSON
Action Logs
Bitbucket Server
Catalog News Articles
Catalog Technologies
Code Repos
Comment Replies
Diagram Contents
Diagrams
Flows
Health
Landscape Templates
Landscape Thumbnails
Model Connections
Model Objects
News
Organization Billing
Organization Icons
Organization Landscapes
Organizations
Organization Technologies
Organization User Invites
Organization Users
Share Link
Share Link Options
Support
User
User Notifications
User Goals
Version Reverts
Versions
Export JSON
GET
/
landscapes
/
{landscapeId}
/
versions
/
{versionId}
/
export
/
json
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/export/json \
--header 'Authorization: <authorization>'
{
"domains": {},
"flows": {},
"modelConnections": {},
"modelObjects": {},
"tagGroups": {},
"tags": {},
"teams": {},
"technologies": {}
}
Headers
Response
200
application/json
OK
Descriptive name for the flow step
Enum representing the types of flow steps
Available options:
alternate-path
, subflow
, outgoing
, parallel-path
, reply
, self-action
, introduction
, information
, conclusion
Long description for the flow step
Available options:
outgoing
, bidirectional
Available options:
live
, future
, deprecated
, removed
Use either urlDark or urlLight
Icon that only works on dark backgrounds
Example:
[
"/organizations/{organizationId}/dark/{catalogTechnologyId}.png",
"/dark/{catalogTechnologyId}.png"
]
Icon that only works on light backgrounds
Example:
[
"/organizations/{organizationId}/light/{catalogTechnologyId}.png",
"/light/{catalogTechnologyId}.png"
]
Available options:
valid
, invalid
Available options:
azure-devops-repo
Available options:
live
, future
, deprecated
, removed
Available options:
actor
, app
, component
, group
, root
, store
, system
Available options:
blue
, green
, yellow
, orange
, red
, beaver
, dark-blue
, purple
, pink
, white
, grey
, black
Available options:
aws
, azure
, gcp
, microsoft
, salesforce
, atlassian
, apache
, supabase
Available options:
data-storage
, deployment
, framework-library
, gateway
, other
, language
, message-broker
, network
, protocol
, runtime
, service-tool
Use either iconUrlDark or iconUrlLight
Available options:
blue
, green
, yellow
, orange
, red
, beaver
, dark-blue
, purple
, pink
, white
, grey
, black
Available options:
aws
, azure
, gcp
, microsoft
, salesforce
, atlassian
, apache
, supabase
Available options:
data-storage
, deployment
, framework-library
, gateway
, other
, language
, message-broker
, network
, protocol
, runtime
, service-tool
Use either iconUrlDark or iconUrlLight
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/export/json \
--header 'Authorization: <authorization>'
{
"domains": {},
"flows": {},
"modelConnections": {},
"modelObjects": {},
"tagGroups": {},
"tags": {},
"teams": {},
"technologies": {}
}