GET api/Major/GetMajorById?majorId={majorId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
majorId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MajorDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
FacultyId | integer |
None. |
|
Title | string |
None. |
|
CreatedDate | date |
None. |
|
CreatedByUserId | integer |
None. |
|
IsActive | boolean |
None. |
|
Description | string |
None. |
|
Notes | string |
None. |
|
base64 | string |
None. |
|
imageName | string |
None. |
|
abbreviation | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "FacultyId": 2, "Title": "sample string 3", "CreatedDate": "2025-01-22T11:15:07.4278812-07:00", "CreatedByUserId": 5, "IsActive": true, "Description": "sample string 7", "Notes": "sample string 8", "base64": "sample string 9", "imageName": "sample string 10", "abbreviation": "sample string 11" }