GET api/statistics/students
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
statsStudentsGlobalResult| Name | Description | Type | Additional information |
|---|---|---|---|
| student | integer |
None. |
|
| activeStudent | integer |
None. |
|
| inActiveStudent | integer |
None. |
|
| studentAssociatedWithSkinCentre | integer |
None. |
|
| studentNotAssociatedWithSkinCentre | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"student": 1,
"activeStudent": 2,
"inActiveStudent": 3,
"studentAssociatedWithSkinCentre": 4,
"studentNotAssociatedWithSkinCentre": 5
}