Skip to content

Higher education institution information by Id

GET
/api/v1/HigherEducationInstitution/{id}

This endpoint returns the higher education institution information with the provided id

Parameters

Path Parameters

id*
Typeinteger
Required
Format"int32"

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