Skip to main content

Score Profiles

Make a GET request to /score-profiles to retrieve a list of all JOFI Score Profiles. You must include a Score Profile short_name as a query string param when requesting a Test Taker Scorecard, so use this route to find the Score Profile short_name.

GET /score-profiles
{
"mode": "live",
"object": "list",
"total_count": 238,
"has_more": false,
"data": [
{
"object": "score_profile_list_item",
"id": 201,
"short_name": "JOFI-112-CE",
"display_name": "Management Zone 2"
},
{
"object": "score_profile_list_item",
"id": 202,
"short_name": "JOFI-113-CE",
"display_name": "Management Zone 3"
},
// truncated for brevity
{
"object": "score_profile_list_item",
"id": 542,
"short_name": "JOFI-533-IR",
"display_name": "Transportation and Material Moving Zone 3"
},
{
"object": "score_profile_list_item",
"id": 296,
"short_name": "JOFI-534-CR",
"display_name": "Transportation and Material Moving Zone 4"
}
]
}