Collection

Collections are top level containers for Articles within the Help Center.

id
string

The unique identifier for the collection which is given by Intercom.

workspace_id
string

The id of the workspace which the collection belongs to.

name
string

The name of the collection. For multilingual collections, this will be the name of the default language's content.

description
string or null

The description of the collection. For multilingual help centers, this will be the description of the collection for the default language.

created_at
integer <date-time>

The time when the article was created (seconds). For multilingual articles, this will be the timestamp of creation of the default language's content.

updated_at
integer <date-time>

The time when the article was last updated (seconds). For multilingual articles, this will be the timestamp of last update of the default language's content.

url
string or null

The URL of the collection. For multilingual help centers, this will be the URL of the collection for the default language.

icon
string or null

The icon of the collection.

order
integer

The order of the section in relation to others sections within a collection. Values go from 0 upwards. 0 is the default if there's no order.

default_locale
string

The default locale of the help center. This field is only returned for multilingual help centers.

object or null (Group Translated Content)

The Translated Content of an Group. The keys are the locale codes and the values are the translated content of the Group.

parent_id
string or null

The id of the parent collection. If null then it is the first level collection.

help_center_id
integer or null

The id of the help center the collection is in.

{ "id": "6871119", "workspace_id": "hfi1bx4l", "name": "Default language name", "description": "Default language description", "created_at": 1672928359, "updated_at": 1672928610, "url": "http://intercom.test/help/collection/name", "icon": "book-bookmark", "order": "1", "default_locale": "en", "translated_content": { "type": "group_translated_content", }, "parent_id": "6871118", "help_center_id": "123" }