---
title: "GET /"
method: GET
path: "/"
---

# GET /

`GET /`

Get a list of bookmarks that have the same paConfigId

## Query parameters

- `paConfigId` string, required

## Response `200`

Success

- BookmarkListResponse — Bookmark request body
  - `bookmarks` Bookmark[] — Array of bookmarks
    - `bmkId` string — bookmark id
    - `bookmarkname` string, required — Name of the shared bookmark
    - `bookmark` string, required — Stringified JSON bookmark definition
    - `type` string, required — Type of bookmark

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/ohdsi/apis/alp-bookmark-service.md) · [All operations](https://skmtc.dev/ohdsi/apis/alp-bookmark-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ohdsi/alp-bookmark-service/revisions/67b0aaf3ac79/schema)
