---
title: "Fetch all template attributes available for talents"
method: GET
path: "/api/servicepool/talents/templateAttributes"
tags: ["talent"]
---

# Fetch all template attributes available for talents

`GET /api/servicepool/talents/templateAttributes`

Returns all template attributes available for talent-based templates: custom attributes (from talents primaryCustomValues), talent base attributes, and company/brand attributes. This is the single source of truth for template variable resolution used by both the frontend editor and Cue.

## Response `200`

List of template attributes

- object
  - `data` TemplateAttributeDto[], required
    - `id` string, required — Attribute path used for template variable resolution (e.g. firstName, primaryCustomValues.calculatedCustomAttributes.myKey)
    - `fallback` string, required — Default value when the attribute is empty
    - `tag` 'talent' | 'company' | 'brand', required — Category of the attribute
    - `dataType` string, required — Data type of the attribute (string, number, date, select, media, datetime)
    - `name` string — Raw name of a custom attribute (e.g. "Employee Name"). Only present for dynamic custom attributes; base attributes are identified by id alone.
    - `hidden` boolean — Whether the attribute is hidden by default (can be force-shown via editor config)
  - `meta` ResponsesPartMeta, required
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
