GET api/SubjectCategorySelectionDisplays/GetSubjectCategorySelectionDisplays
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SubjectCategorySelectionDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Category | string |
None. |
|
| DisplayName | string |
None. |
|
| AdditionalText | string |
None. |
|
| OrderBy | integer |
None. |
|
| AcadamicYear | integer |
None. |
|
| Visible | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"category": "sample string 2",
"displayName": "sample string 3",
"additionalText": "sample string 4",
"orderBy": 5,
"acadamicYear": 1,
"visible": true
},
{
"id": 1,
"category": "sample string 2",
"displayName": "sample string 3",
"additionalText": "sample string 4",
"orderBy": 5,
"acadamicYear": 1,
"visible": true
}
]