v1

latestOpenAPI 3.1.02026-07-2676188241.3 KB
Templates (Classic)

List Template Sections

Retrieves a list of template sections with optional filters for organization and language.

get/templateSections/

Query parameters

orgstring[]

Filter template sections by organization.

Filter template sections by organization.

langstring[]

Filter template sections by language.

Filter template sections by language.

Headers

Tenant-Namestring required

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Example:base

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Response

List of Template Sections

Example response

{
  "data": [
    {
      "documentationMode": "global_sequential"
    }
  ]
}