Higher education institution information by name
GET
/api/v1/HigherEducationInstitution/name/{name}
This endpoint returns a list of higher education institutions with the provided name
Parameters
Path Parameters
name*
Typestring
RequiredResponses
OK
application/json
JSON
[
{
"id": 0,
"code": "string",
"name": "string",
"legalNature": "string",
"academicCharacter": "string",
"cityId": 0,
"city": "[Circular Reference]",
"address": "string",
"phone": "string",
"isHighQualityAccredited": true,
"website": "string"
}
]