GET
/
templateSections
curl --request GET \
  --url https://api.{environment}.corti.app/v2/templateSections/
{
  "data": [
    {
      "date_updated": "2023-11-07T05:31:56Z",
      "name": "<string>",
      "alternate_names": [
        "<string>"
      ],
      "key": "<string>",
      "description": "<string>",
      "default_writing_style": {
        "name": "<string>"
      },
      "section_type": "<string>",
      "translations": [
        {
          "languages_id": "<string>",
          "name": "<string>",
          "description": "<string>"
        }
      ]
    }
  ]
}

Headers

Tenant-Name
string

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

Example:

"copiloteu"

Query Parameters

org
string

Filter template sections by organization.

lang
string

Filter template sections by language.

Response

200
application/json
List of Template Sections

The response is of type object.