GET v1/Alum?year={year}&letter={letter}

Returns all alumni matching grad year and letter

Request Information

Parameters

NameDescriptionAdditional information
year
int - Graduation Year

Define this parameter in the request URI.

letter
string - Letter the Last Name starts with (case-insensitive)

Define this parameter in the request URI.

Response Information

Returns: List (Of Alumni) or status code: 404