---
title: "Get Sharable Entity Sharing State"
method: GET
path: "/api/sharing/sharable-entities"
tags: ["sharing"]
---

# Get Sharable Entity Sharing State

`GET /api/sharing/sharable-entities`

## Query parameters

- `accountId` string, required
- `applicationId` string, required
- `module` string, required
- `resourceId` string, required

## Response `200`

Successful Response

- SharableEntitySharingState
  - `accountId` string, required
  - `applicationId` string, required
  - `module` string, required
  - `resourceId` string, required
  - `objectId` string, required
  - `grants` SharableEntityGrant[], required
    - `kind` 'user' | 'service_account' | 'group' | 'organization', required
    - `id` string, required
    - `role` 'reader' | 'editor' | 'owner' | 'data_reader' | 'data_editor' | 'data_owner', required
    - `principal` string, required
    - `displayName` string, nullable
    - `email` string, nullable
    - `picture` string, nullable
    - `subtitle` string, nullable
  - `managingOrganizations` OrganizationSummary[], required
    - `id` string, required
    - `displayName` string, nullable
    - `name` string, nullable
    - `controlRole` 'reader' | 'editor' | 'owner' | 'data_reader' | 'data_editor' | 'data_owner', nullable
    - `dataRole` 'reader' | 'editor' | 'owner' | 'data_reader' | 'data_editor' | 'data_owner', nullable
    - `minimumControlRole` 'reader' | 'editor' | 'owner' | 'data_reader' | 'data_editor' | 'data_owner', nullable
    - `minimumDataRole` 'reader' | 'editor' | 'owner' | 'data_reader' | 'data_editor' | 'data_owner', nullable
  - `capabilities` SharingCapabilities, required
    - `canSearchPrincipals` boolean, required
    - `canManageGrants` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
