Skip to main content
Version: 202607

Get theme DocTree

GET 

/openapi/2026-07/themes/:theme_id/doctree

Retrieve details of a specific theme's doc-tree using its unique identifier.

Request

Path Parameters

    theme_id stringrequired

    The unique ID of the theme for which the doc-tree is requested

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    layouts object[]

    Array of layout files included in the theme. Each object contains the ID and location

  • Array [
  • idstring

    File ID

    locationstring

    Path or location of the file

  • ]
  • templates object[]

    Array of template files included in the theme. Each object contains the ID and location

  • Array [
  • idstring

    File ID

    locationstring

    Path or location of the file

  • ]
  • sections object[]

    Array of section files included in the theme. Each object contains the ID and location

  • Array [
  • idstring

    File ID

    locationstring

    Path or location of the file

  • ]
  • snippets object[]

    Array of snippet files included in the theme. Each object contains the ID and location

  • Array [
  • idstring

    File ID

    locationstring

    Path or location of the file

  • ]
  • assets object[]

    Array of asset files included in the theme. Each object contains the ID and location

  • Array [
  • idstring

    File ID

    locationstring

    Path or location of the file

  • ]
  • configs object[]

    Array of configuration files included in the theme. Each object contains the ID and location

  • Array [
  • idstring

    File ID

    locationstring

    Path or location of the file

  • ]
  • locales object[]

    Array of localization files included in the theme. Each object contains the ID and location

  • Array [
  • idstring

    File ID

    locationstring

    Path or location of the file

  • ]