GET api/researchSubjects
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResearchSubjectsDto| Name | Description | Type | Additional information | 
|---|---|---|---|
| GroupID | integer | 
                             None.  | 
                |
| SectionTitle | string | 
                             None.  | 
                |
| SectionOrder | integer | 
                             None.  | 
                |
| SectionYear | integer | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "groupID": 1,
  "sectionTitle": "sample string 1",
  "sectionOrder": 1,
  "sectionYear": 1
}