v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
JobCatalog > NodeAttribute

Reads all Node attributes

Fetch Attributes for a node (Family, Function, role or level) in the Job Catalog Tree

get/api/2026-07-01/resources/job_catalog/node_attributes

Query parameters

node_uuidstring required

Preferred identifier of the node to fetch attributes for. Required unless node_id + node_type are provided.

Example:jobcatalog_treelevel-331

Preferred identifier of the node to fetch attributes for. Required unless node_id + node_type are provided.

attribute_types[]string[] required

Restrict the response to attributes of these classes (e.g., competency, salary_range).

Restrict the response to attributes of these classes (e.g., competency, salary_range).

[
  "competency",
  "salary_range"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "type": "competency"
    }
  ]
}