GET api/expertProgramme/students/{programmeID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| programmeID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ReportStudentProgrammeStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| programmeID | integer |
Required Range: inclusive between 0 and 2147483647 |
|
| studentID | integer |
Required Range: inclusive between 0 and 2147483647 |
|
| tierID | integer |
Required Range: inclusive between 0 and 2147483647 |
|
| locationID | integer |
Required Range: inclusive between 0 and 2147483647 |
|
| skinCentreAccountNo | integer |
None. |
|
| skinCentreName | string |
None. |
|
| additionalCompleted | integer |
None. |
|
| compulsoryCompleted | integer |
None. |
|
| isCompleted | boolean |
None. |
|
| completedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"programmeID": 1,
"studentID": 2,
"tierID": 3,
"locationID": 1,
"skinCentreAccountNo": 4,
"skinCentreName": "sample string 5",
"additionalCompleted": 6,
"compulsoryCompleted": 7,
"isCompleted": true,
"completedDate": "2025-12-16T21:44:07.2477363+00:00"
},
{
"$ref": "1"
}
]