Skip to content

Function: getSchoolById() ​

ts
function getSchoolById(id: number, fields?: string): Promise<ScorecardResponse>;

Defined in: college-scorecard/sdk.ts:118

Get a specific school by its College Scorecard ID.

Parameters ​

ParameterType
idnumber
fields?string

Returns ​

Promise<ScorecardResponse>

Released under the MIT License.