GET api/ActiveCentres/Get?AcademicYear={AcademicYear}¢reName={centreName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AcademicYear | string |
Required |
|
| centreName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_FetchActiveCentres_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| CentreNo | string |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"centreNo": "sample string 1",
"name": "sample string 2"
},
{
"centreNo": "sample string 1",
"name": "sample string 2"
}
]