GET api/degrees/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"degreeId": 1,
"degreeName": "sample string 2",
"degreeNameE": "sample string 3",
"UniversityId": "sample string 4",
"Degree_SER": 1
}