v1
latestOpenAPI 3.1.02026-07-242892032.8 MBRankings
Get intersection
Intersection matrix of any two facets (e.g. programs and occupations). Data is returned as a matrix. employed_in_field_pct and value links create the contents of the intersections between the two facets (the sources and targets nodes). The employed_in_field_pct values refer to the degree to which the alumni are employed in field (e.g. value of 1 corresponds to 100% employed-in-field). The value values refer to the number of profiles shared between the two facets. Look at the account meta to get a list of available facets.
post/rankings/{rankingDimension}/rankings/{nestedRankingDimension}/intersect
Path parameters
rankingDimensionstring required
nestedRankingDimensionstring required
Query parameters
accountIdstring
Optional account id. If omitted, defaults to the active account when one exists; otherwise the first linked account. Use this when the client has more than one account.
Request body
Example request
{
"filter": {
"inst_gradyear": {
"start": "2015",
"end": "2017"
},
"nsc_match_status": true,
"is_job_after_grad_year": true,
"is_highest_level_award": true,
"match_status": true,
"match_score": {
"lower_bound": 0.01,
"upper_bound": 0.8
},
"nsc_prior_is_completion": true,
"nsc_has_prior": true,
"nsc_subsequent_is_completion": true,
"nsc_has_subsequent": true,
"bucketed_career_events": {
"career_events_event_in_field": true
},
"career_events": {
"career_events_event_in_field": true
}
}
}Response
OK