---
title: "Get details of a single collection"
method: GET
path: "/v1/helpcenter/collections/{id}"
tags: ["HelpCenter"]
---

# Get details of a single collection

`GET /v1/helpcenter/collections/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- HelpdeskCollection
  - `_id` integer, nullable
  - `icon` string, nullable — Icon displayed on the collection card, it must be a Font Awesome 5 icon classname, e.g. "fas fa-search"
  - `title` string, required
  - `spoiler` string, nullable — Spoiler displayed under the title
  - `language` string, nullable — 2-letter language code
  - `sections` string[], nullable
  - `order` integer, nullable — Order of the collection in the homepage, if not given creation date will be used
  - `slug` string, nullable — Auto-generated URL slug of the collection, e.g. infoset.help/acmeinc/collections/{id}-{slug}
  - `desk` string, required — ID of the help center of this collection
  - `departmentId` integer, nullable
  - `previous` HelpdeskCollection — recursive
  - `articles` CollectionArticle[], nullable
    - `article` integer, required — Article ID
    - `order` integer, nullable — Order of the article in the section, if not given creation date will be used
    - `section` integer, required — Section index of the article, default is 0 which is the main section with no label, e.g. "1" means putting the article under the section with the label "collection.sections[0]"
    - `title` string, nullable
    - `spoiler` string, nullable
  - `createdAt` unknown
  - `updatedAt` unknown

## Other responses

- `400` — Bad Request

---

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