GET api/Subjects
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Subjects| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Subject | string |
Required String length: inclusive between 0 and 255 |
|
| DepId | integer |
None. |
|
| CourseId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Subject": "sample string 2",
"DepId": 3,
"CourseId": 4
},
{
"Id": 1,
"Subject": "sample string 2",
"DepId": 3,
"CourseId": 4
}
]