GET api/PersonUniversity/GetUniversity?abbreviation={abbreviation}
Returns the university dto object that corresponds to the specified university abbreviation. If the abbreviation does not exist, 404 NotFound is returned. If the client's isn't from the requested university, 401 Unauthorized is returned.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| abbreviation | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |