---
title: "Sets the allowed modes on the share (shock/vibrate/beep)"
method: GET
path: "/Share/GetShared"
tags: ["Share", "Share"]
---

# Sets the allowed modes on the share (shock/vibrate/beep)

`GET /Share/GetShared`

## Response `200`

Returns an array of shockers shared with the user, along with their allowed modes and other share settings.

- GetSharedShocker[]
  - `OwnerId` integer
  - `ClientId` integer
  - `Name` string
  - `Type` integer
  - `Id` integer
  - `Paused` boolean
  - `CanPause` boolean
  - `OwnedBy` string
  - `MaxIntensity` integer
  - `MaxDuration` integer
  - `SharePaused` boolean
  - `CanHold` boolean
  - `ShareId` integer
  - `CanBeep` boolean
  - `CanShock` boolean
  - `CanVibrate` boolean
  - `ShareCode` string
  - `CanLog` boolean
  - `CanCreateLinks` boolean
  - `IsV3` boolean
  - `Locked` boolean
  - `Links` LinkV2[], nullable
    - `LinkId` integer
    - `Code` string, guid
    - `Shocker` Shocker
      - `Id` integer
      - `ClientId` integer, nullable
      - `OwnerId` integer, nullable
      - `Name` string, nullable
      - `Paused` boolean, nullable
      - `Type` integer, nullable
      - `Links` LinkV2[]
    - `UserId` integer, nullable
    - `Name` string
    - `Duration` integer
    - `Intensity` integer
    - `RemainingActivations` integer
    - `ShowCountdown` boolean
    - `ShowUsages` boolean
    - `Editable` boolean
    - `ActivateOnLoad` boolean
    - `ShockEnabled` boolean
    - `VibrateEnabled` boolean
    - `BeepEnabled` boolean
    - `ForceWarning` boolean
    - `ForceLogin` boolean
    - `Paused` boolean
    - `Created` string, date-time
    - `LastUsed` string, date-time
    - `Expiry` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/pishock/apis/pishock-public-api-v1.md) · [All operations](https://skmtc.dev/pishock/apis/pishock-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pishock/pishock-public-api-v1/revisions/271272058af7/schema)
