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

Authorization
string
required

Path Parameters

landscapeId
string
required
versionId
string
required
flowId
string
required

Response

200
application/json
OK
flow
object
required