Preference Sections

Get Preference Section

Retrieve a preference section by id, including its topics.

get/preferences/sections/{section_id}

Path parameters

section_idstring required

Id of the preference section.

Response

idstring required

The preference section id.

namestring required

Human-readable name.

routing_optionsChannelClassification[] required

Default channels for the section. May be empty.

has_custom_routingboolean required

Whether the section defines custom routing for its topics.

createdstring required

ISO-8601 timestamp of when the section was created.

creatorstring nullable

Id of the creator.

updatedstring nullable

ISO-8601 timestamp of the last update.

updaterstring nullable

Id of the last updater.

Changes