Share Link Public
Find Options
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
Share Link Public
Find Options
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
Query Parameters
Available options:
notion
, miro
, confluence
, sharepoint
, powerpoint
Response
200
application/json
OK
Available options:
expanded
, collapsed
Available options:
overview
, diagrams
, flows
, model-objects
, dependencies
, technologies
, diagram
, flow
Available options:
details
, connections
, history
Available options:
tags
, technology
, status
Available options:
user
, api-key
, notification-key
, service
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>"
}
}