---
title: "BackendComponentTemplate"
method: GET
path: "/backend-component-templates/{publicId}"
tags: ["BackendComponentTemplate"]
---

# BackendComponentTemplate

`GET /backend-component-templates/{publicId}`

## Path parameters

- `publicId` string, required

## Query parameters

- `fields` string[]
- `filters` string[]

## Headers

- `Api-Version` 2, required
- `Api-Application` string, required
- `Api-Company` string, required
- `Api-Branding` string

## Response `200`

Success response

- object
  - `status` string, required
  - `type` string, required
  - `data` object, required
    - `publicId` string
    - `company` object, nullable
      - `publicId` string
      - `name` string
    - `name` string
    - `description` string, nullable
    - `draft` object, nullable
      - `publicId` string
    - `published` object, nullable
      - `publicId` string
    - `configuredVersion` object, nullable
      - `publicId` string
      - `number` string
    - `apiApplication` object
      - `publicId` string
      - `name` string
      - `custom` object
    - `accessTokenScope` string, nullable
    - `private` boolean
    - `ownerName` string, nullable
    - `defaultConfigValues` string, nullable
    - `configConfidentiality` 'public' | 'secret'

## Other responses

- `4XX` — 4XX error response

---

[API](https://skmtc.net/ixon/apis/ixon-api.md) · [All operations](https://skmtc.net/ixon/apis/ixon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ixon/ixon-api/versions/7875dc33d41f/schema)
