Skip to main content

Career Navigation Profiles

List Career Navigation Profiles

Make a GET request to /career-navigation-profiles to retrieve a list of the most recent Career Navigation Profiles created in your account.

note

Pagination and the ability to request the next set of items is coming soon. You can use the has_more property to determine if there are more for you to fetch. For now, only the most recent 30 items are returned.

GET /career-navigation-profiles
{
"mode": "live",
"object": "list",
"total_count": 67,
"has_more": true,
"data": [
{
"object": "career_navigation_profile_list_item",
"id": "CP8ABC123HIJ",
"first_name": "Linda",
"last_name": "Sample",
"email": "linda.sample@jofiscore.com",
"invitation_created_at": "2024-12-11T22:23:05.312696+00:00",
"invitation_id": 55506,
"custom_id": "example_Group4115",
"person_id": "example_nb5IHJjlHe5N7CNJ2afTC",
"test_taker_id": 42558,
"assessment_url": "https://www.jofiscore.com/welcome/69608c33-1425-4123-9c49-22c5d9d7838c",
"career_navigation_url": "https://www.careernavigation.org?c=CP8ABC123HIJ",
"scorecard_url": "https://www.jofiscore.com/team/328/test-takers/42558/scorecard",
"job_fit_summary_url": "https://www.jofiscore.com/test-takers/CP8ABC123HIJ/job-fit?r=jfs&zones=1_5",
"career_options_spotlight_url": "https://www.jofiscore.com/test-takers/CP8ABC123HIJ/job-fit?r=cor&zones=1_5",
"team": {
"id": 328,
"display_name": "Recruiting"
},
"account": {
"id": 68,
"display_name": "CoffeeBean Inc"
}
},
{
"object": "career_navigation_profile_list_item",
"id": "CP123ABCDEF4",
"first_name": "Sarah",
"last_name": "Sample",
"email": "sarah.sample@jofiscore.com",
"invitation_created_at": "2024-06-26T11:41:15.44745+00:00",
"invitation_id": 55450,
"custom_id": "example_Group4115",
"person_id": "example_18i7PCV_FlhJ_6NdzgwRo",
"test_taker_id": 42528,
"assessment_url": "https://www.jofiscore.com/welcome/bc523bda-bf32-43de-84d7-c5a7006cc406",
"career_navigation_url": "https://www.careernavigation.org?c=CP123ABCDEF4",
"scorecard_url": "https://www.jofiscore.com/team/328/test-takers/42528/scorecard",
"job_fit_summary_url": "https://www.jofiscore.com/test-takers/CP123ABCDEF4/job-fit?r=jfs&zones=1_5",
"career_options_spotlight_url": "https://www.jofiscore.com/test-takers/CP123ABCDEF4/job-fit?r=cor&zones=1_5",
"team": {
"id": 328,
"display_name": "Recruiting"
},
"account": {
"id": 68,
"display_name": "CoffeeBean Inc"
}
},
// truncated for brevity
{
"object": "career_navigation_profile_list_item",
"id": "CP456FGH234B",
"first_name": "Josh",
"last_name": "Sample",
"email": "josh.sample@jofiscore.com",
"invitation_created_at": "2021-11-14T22:56:12.633153+00:00",
"invitation_id": 22172,
"custom_id": "example_Group2281",
"person_id": "example_iRPHHcvLlmCHmFnrkCs_y",
"test_taker_id": 16298,
"assessment_url": "https://www.jofiscore.com/welcome/ba96c92d-4238-4dbc-9397-89b5f9df8663",
"career_navigation_url": "https://www.careernavigation.org?c=CP456FGH234B",
"scorecard_url": "https://www.jofiscore.com/team/328/test-takers/16298/scorecard",
"job_fit_summary_url": "https://www.jofiscore.com/test-takers/CP456FGH234B/job-fit?r=jfs&zones=1_5",
"career_options_spotlight_url": "https://www.jofiscore.com/test-takers/CP456FGH234B/job-fit?r=cor&zones=1_5",
"team": {
"id": 328,
"display_name": "Recruiting"
},
"account": {
"id": 68,
"display_name": "CoffeeBean Inc"
}
},
{
"object": "career_navigation_profile_list_item",
"id": "CP123BNM999A",
"first_name": "Barney",
"last_name": "Sample",
"email": "barney.sample@jofiscore.com",
"invitation_created_at": "2023-01-25T06:06:39.675742+00:00",
"invitation_id": 48790,
"custom_id": "example_Group2281",
"person_id": "example_jPbNA6YSA-z-Q4uyvvFE_",
"test_taker_id": 37670,
"assessment_url": "https://www.jofiscore.com/welcome/76e67a41-05e7-4a09-bded-ff40cc21b05a",
"career_navigation_url": "https://www.careernavigation.org?c=CP123BNM999A",
"scorecard_url": "https://www.jofiscore.com/team/328/test-takers/37670/scorecard",
"job_fit_summary_url": "https://www.jofiscore.com/test-takers/CP123BNM999A/job-fit?r=jfs&zones=1_5",
"career_options_spotlight_url": "https://www.jofiscore.com/test-takers/CP123BNM999A/job-fit?r=cor&zones=1_5",
"team": {
"id": 328,
"display_name": "Recruiting"
},
"account": {
"id": 68,
"display_name": "CoffeeBean Inc"
}
}
]
}

Get Career Navigation Profile by ID

GET /career-navigation-profiles/:careerNavigationProfileId
{
"mode": "live",
"object": "career_navigation_profile",
"id": "CP8ABC123HIJ",
"first_name": "Linda",
"last_name": "Sample",
"email": "linda.sample@jofiscore.com",
"invitation_created_at": "2024-12-11T22:23:05.312696+00:00",
"invitation_id": 55506,
"custom_id": "example_Group4115",
"person_id": "example_nb5IHJjlHe5N7CNJ2afTC",
"test_taker_id": 42558,
"team": {
"id": 328,
"display_name": "Recruiting"
},
"account": {
"id": 68,
"display_name": "CoffeeBean Inc"
},
"assessment_url": "https://www.jofiscore.com/welcome/69608c33-1425-4123-9c49-22c5d9d7838c",
"career_navigation_url": "https://www.careernavigation.org?c=CP8ABC123HIJ",
"scorecard_url": "https://www.jofiscore.com/team/328/test-takers/42558/scorecard",
"job_fit_summary_url": "https://www.jofiscore.com/test-takers/CP8ABC123HIJ/job-fit?r=jfs&zones=1_5",
"career_options_spotlight_url": "https://www.jofiscore.com/test-takers/CP8ABC123HIJ/job-fit?r=cor&zones=1_5",
"exercises": {
"strengthsCareerInterests": "This is a sample answer to one of the exercises on CareerNavigation.",
"strengthsPersonalityTraits": "This is a sample answer to one of the exercises on CareerNavigation.",
"strengthsJobFamilies": "This is a sample answer to one of the exercises on CareerNavigation.",
"explorationInterviewNotes": "This is a sample answer to one of the exercises on CareerNavigation.",
"explorationInterviewReflection": "This is a sample answer to one of the exercises on CareerNavigation.",
"lmiTargetJobProjectedGrowth": "This is a sample answer to one of the exercises on CareerNavigation.",
"lmiTargetJobCompensation": "This is a sample answer to one of the exercises on CareerNavigation.",
"lmiTargetJobJobOpenings": "This is a sample answer to one of the exercises on CareerNavigation.",
"lmiTargetJobStartingWages": "This is a sample answer to one of the exercises on CareerNavigation.",
"lmiTargetJobRequiredEducationTraining": "This is a sample answer to one of the exercises on CareerNavigation.",
"lmiTargetJobRequiredCredentials": "This is a sample answer to one of the exercises on CareerNavigation.",
"lmiTargetJobEducationTrainingOptions": "This is a sample answer to one of the exercises on CareerNavigation.",
"challengesBarriers": "This is a sample answer to one of the exercises on CareerNavigation.",
"challengesSupport": "This is a sample answer to one of the exercises on CareerNavigation.",
"mentorsNames": "This is a sample answer to one of the exercises on CareerNavigation.",
"mentorsGuidance": "This is a sample answer to one of the exercises on CareerNavigation.",
"targetJobName": "This is a sample answer to one of the exercises on CareerNavigation.",
"targetJobOnetCode": "This is a sample answer to one of the exercises on CareerNavigation.",
"targetJobFiveStarRating": "This is a sample answer to one of the exercises on CareerNavigation.",
"actionPlanNextSteps": "This is a sample answer to one of the exercises on CareerNavigation.",
"transferableSkillsKnowledge": "This is a sample answer to one of the exercises on CareerNavigation.",
"transferableSkillsSkills": "This is a sample answer to one of the exercises on CareerNavigation.",
"transferableSkillsAbilities": "This is a sample answer to one of the exercises on CareerNavigation."
},
"compare_onetsoc_code_1": "29-1124.00",
"compare_onetsoc_code_2": "29-2012.00",
"compare_onetsoc_code_3": "29-2052.00",
"plan_job_1": {
"jobName": "Sample Job Name",
"onetCode": "29-1124.00",
"credentials": "This is a sample answer to one of the exercises on CareerNavigation.",
"onetOccupation": "Sample ONET Occupation",
"educationTraining": "This is a sample answer to one of the exercises on CareerNavigation.",
"supportFromOthers": "This is a sample answer to one of the exercises on CareerNavigation."
},
"plan_job_2": {
"jobName": "Sample Job Name",
"onetCode": "29-2012.00",
"credentials": "This is a sample answer to one of the exercises on CareerNavigation.",
"onetOccupation": "Sample ONET Occupation",
"educationTraining": "This is a sample answer to one of the exercises on CareerNavigation.",
"supportFromOthers": "This is a sample answer to one of the exercises on CareerNavigation."
},
"plan_job_3": {
"jobName": "Sample Job Name",
"onetCode": "29-2052.00",
"credentials": "This is a sample answer to one of the exercises on CareerNavigation.",
"onetOccupation": "Sample ONET Occupation",
"educationTraining": "This is a sample answer to one of the exercises on CareerNavigation.",
"supportFromOthers": "This is a sample answer to one of the exercises on CareerNavigation."
},
"job_search_zip_code": "30030"
}