v1

latestOpenAPI 3.1.02026-07-242892032.8 MB

Get Canadian Trait Details

Return a single trait object with Canadian English spellings.

get/assessments/traits/ca/{traitId}

Response

{"stackTrail":"paths:/assessments/traits/ca/{traitId}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"data":{"type":"trait","id":"I","attributes":{"description":"Thinkers who love working on interesting problems. People who score highly in this category are inquisitive and enjoy theories and ideas. They are confident in their intellect, curious, and self-sufficient. They like to observe and understand a situation before taking action. They enjoy working with data and research, in scientific fields, technology, or academia. They dislike leading, selling, or persuading others.","name":"Investigative","question-sets":["short","medium","long"],"short-description":"Investigative people are naturally curious and inquisitive. They have a need to understand, explain, and predict the things that go on around them. They are scholarly and scientific in their attempts to understand things and tend to be pessimistic and critical when non-scientific, simplistic, or supernatural explanations are suggested by others.","trait-id":"I"}}}}

Example response

{
  "data": {
    "type": "trait",
    "id": "I",
    "attributes": {
      "description": "Thinkers who love working on interesting problems. People who score highly in this category are inquisitive and enjoy theories and ideas. They are confident in their intellect, curious, and self-sufficient. They like to observe and understand a situation before taking action. They enjoy working with data and research, in scientific fields, technology, or academia. They dislike leading, selling, or persuading others.",
      "name": "Investigative",
      "question-sets": [
        "short",
        "medium",
        "long"
      ],
      "short-description": "Investigative people are naturally curious and inquisitive. They have a need to understand, explain, and predict the things that go on around them. They are scholarly and scientific in their attempts to understand things and tend to be pessimistic and critical when non-scientific, simplistic, or supernatural explanations are suggested by others.",
      "trait-id": "I"
    }
  }
}