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 ​
| Parameter | Type |
|---|---|
id | number |
fields? | string |
Returns ​
Promise<ScorecardResponse>