GET
/
share-links
/
{shortId}
/
options
/
{optionsShortId}
curl --request GET \
  --url https://api.icepanel.io/v1/share-links/{shortId}/options/{optionsShortId}
{
  "shareLinkOptions": {
    "connectionIds": [
      "<string>"
    ],
    "diagramId": "<string>",
    "domainId": "<string>",
    "drawer": "expanded",
    "expandedIds": [
      "<string>"
    ],
    "filterIds": [
      "<string>"
    ],
    "filterIdsExcluded": [
      "<string>"
    ],
    "filterIdsIncluded": [
      "<string>"
    ],
    "flowId": "<string>",
    "flowParentIds": [
      "<string>"
    ],
    "flowPathIds": [
      "<string>"
    ],
    "flowStepId": "<string>",
    "mode": "overview",
    "modelId": "<string>",
    "objectIds": [
      "<string>"
    ],
    "objectIdsFocused": [
      "<string>"
    ],
    "objectTab": "details",
    "overlayGroupId": "<string>",
    "overlayIdsFocused": [
      "<string>"
    ],
    "overlayIdsHidden": [
      "<string>"
    ],
    "overlayIdsPinned": [
      "<string>"
    ],
    "overlayTab": "tags",
    "preventNavigation": true,
    "search": "<string>",
    "x1": 123,
    "x2": 123,
    "y": 123,
    "y1": 123,
    "y2": 123,
    "createdAt": "2023-11-07T05:31:56Z",
    "createdBy": "user",
    "createdById": "<string>",
    "hash": "<string>",
    "id": "<string>",
    "shareLinkId": "<string>",
    "shortId": "<string>"
  }
}

Headers

Authorization
string

Path Parameters

shortId
string
required
optionsShortId
string
required

Query Parameters

inFrame
boolean
frameLocation
enum<string>
Available options:
notion,
miro,
confluence,
sharepoint,
powerpoint

Response

200
application/json
OK