---
title: "Get"
method: GET
path: "/landscapes/{landscapeId}/versions/{versionId}/share-link"
tags: ["Share Link"]
---

# Get

`GET /landscapes/{landscapeId}/versions/{versionId}/share-link`

## Path parameters

- `landscapeId` string, required
- `versionId` string, required

## Response `200`

OK

- object
  - `defaultUrl` string, uri, required — Share link url with default options encoded in the path
  - `shareLink` ShareLink, required
    - `password` string, password
    - `protected` boolean, required
    - `draftId` string, nullable
    - `createdAt` string, date-time, required
    - `createdBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `createdById` string, required
    - `id` string, required
    - `landscapeId` string, required
    - `shortId` string, required
    - `updatedAt` string, date-time, required
    - `updatedBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `updatedById` string, required
    - `versionId` string, required
  - `stats` ShareLinkStats, required
    - `totalVisitorCount` number, required
    - `viewedAt` string, date-time
  - `url` string, uri, required — Share link url prefix, you need to append the options short id onto a trailing path segment

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Resource Exhausted
- `500` — Internal Server

---

[API](https://skmtc.net/icepanel/apis/icepanel-api.md) · [All operations](https://skmtc.net/icepanel/apis/icepanel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/icepanel/icepanel-api/versions/e9ab2ff0f435/schema)
