---
title: "View board by ID"
method: GET
path: "/v1/boards/{boardId}/lists.json"
tags: ["lists"]
---

# View board by ID

`GET /v1/boards/{boardId}/lists.json`

Returns a Board based on ID

## Path parameters

- `boardId` integer, required

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `id` integer
  - `created` string
  - `modified` string
  - `user_id` integer
  - `organization_id` integer
  - `board_visibility` integer
  - `background_color` integer
  - `background_picture_url` string
  - `commenting_permissions` integer
  - `voting_permissions` integer
  - `inivitation_permissions` integer
  - `is_closed` integer
  - `is_allow_organization_members_to_join` integer
  - `boards_user_count` integer
  - `list_count` integer
  - `card_count` integer
  - `boards_subscriber_count` integer
  - `background_pattern_url` string
  - `boards_star_count` integer
  - `is_show_image_front_of_card` integer
  - `background_picture_path` string
  - `music_name` string
  - `music_content` string
  - `archived_list_count` integer
  - `archived_card_count` integer
  - `organization_name` string
  - `organization_website_url` string
  - `organization_description` string
  - `organization_logo_url` string
  - `organization_visibility` string
  - `activities` object
    - `id` string
    - `created` string
    - `modified` string
    - `board_id` integer
    - `list_id` integer
    - `card_id` integer
    - `user_id` integer
    - `foreign_id` integer
    - `type` string
    - `comment` string
    - `revisions` string
    - `root` integer
    - `freshness_ts` string
    - `depth` integer
    - `path` string
    - `materialized_path` string
    - `organization_id` integer
  - `boards_subscribers` object
    - `id` integer
    - `created` string
    - `modified` string
    - `user_id` integer
    - `board_id` integer
    - `is_subscribed` integer
  - `boards_stars` object
    - `id` integer
    - `created` string
    - `modified` string
    - `user_id` integer
    - `board_id` integer
    - `is_starred` integer
  - `lists` object
    - `id` integer
    - `created` string
    - `modified` string
    - `user_id` integer
    - `board_id` integer
    - `name` string
    - `position` integer
    - `is_archived` integer
    - `card_count` integer
    - `lists_subscriber_count` integer
    - `is_deleted` integer
    - `custom_fields` string
    - `color` string
  - `boards_user` object
    - `id` integer
    - `created` string
    - `modified` string
    - `user_id` integer
    - `board_id` integer
    - `board_user_role_id` integer
  - `default_email_list_id` integer
  - `is_default_email_position_as_bottom` integer
  - `custom_fields` string

---

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