v1
latestOpenAPI 3.0.12026-07-245752052.0 MBtalent
Fetch all template attributes available for talents
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.
get/api/servicepool/talents/templateAttributes
Response
List of template attributes
Example response
{
"data": [
{
"id": "firstName",
"tag": "talent",
"dataType": "string",
"name": "Employee Name"
}
],
"meta": {
"timestamp": "2021-05-05T09:47:58.924Z",
"verb": "GET",
"path": "/api/structure/resources/5949cf7c-fec6-4b31-947c-3aceabff58c5",
"jti": "%cQN3RIGp",
"rid": "$2d2zkHZ5",
"count": 1,
"status": "200",
"duration": 17,
"size": 1234
}
}