Retrieves course details given the term and pid.
get/courses/{term}/{pid}
Path parameters
pidstring required
term'202001' | '202005' | '202009' | '202101' | '202105' | '202109' | '202201' | '202205' | '202209' | '202301' | '202305' | '202309' | '202401' required
Response
Ok
Example response
{
"subject": "ECE",
"code": "260",
"formally": "ELEC260"
}