Skip to content

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
Required

Responses

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"
}
]

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License