Flows
Find
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
Flows
Find
GET
/
landscapes
/
{landscapeId}
/
versions
/
{versionId}
/
flows
/
{flowId}
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/flows/{flowId} \
--header 'Authorization: <authorization>'
{
"flow": {
"commit": 123,
"index": 123,
"labels": {},
"name": "<string>",
"pinned": true,
"pinnedAt": "2023-11-07T05:31:56Z",
"pinnedIndex": 123,
"showAllSteps": true,
"showConnectionNames": true,
"steps": {},
"diagramId": "<string>",
"handleId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"stats": {
"edits": {
"all": {
"count": 123,
"users": {}
},
"day": {},
"month": {},
"week": {}
},
"views": {
"all": {
"count": 123,
"users": {}
},
"day": {},
"month": {},
"week": {}
}
},
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"version": 123,
"versionId": "<string>",
"viewedAt": "2023-11-07T05:31:56Z",
"viewedBy": "user",
"viewedById": "<string>"
}
}
Headers
Response
200
application/json
OK
Descriptive name for the flow step
Type of flow step - deprecated values: reply
Available options:
alternate-path
, subflow
, outgoing
, parallel-path
, reply
, self-action
, introduction
, information
, conclusion
Long description for the flow step
Available options:
user
, api-key
, notification-key
, service
Available options:
user
, api-key
, notification-key
, service
Available options:
user
, api-key
, notification-key
, service
Available options:
user
, api-key
, notification-key
, service
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/flows/{flowId} \
--header 'Authorization: <authorization>'
{
"flow": {
"commit": 123,
"index": 123,
"labels": {},
"name": "<string>",
"pinned": true,
"pinnedAt": "2023-11-07T05:31:56Z",
"pinnedIndex": 123,
"showAllSteps": true,
"showConnectionNames": true,
"steps": {},
"diagramId": "<string>",
"handleId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"stats": {
"edits": {
"all": {
"count": 123,
"users": {}
},
"day": {},
"month": {},
"week": {}
},
"views": {
"all": {
"count": 123,
"users": {}
},
"day": {},
"month": {},
"week": {}
}
},
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"version": 123,
"versionId": "<string>",
"viewedAt": "2023-11-07T05:31:56Z",
"viewedBy": "user",
"viewedById": "<string>"
}
}