GET api/expertProgramme/student/missing/programmes/{studentID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of studentExpertProgramme| Name | Description | Type | Additional information |
|---|---|---|---|
| studentFirstName | string |
None. |
|
| studentLastName | string |
None. |
|
| studentID | integer |
None. |
|
| skinCentreName | string |
None. |
|
| skinCentreAccountNo | integer |
None. |
|
| studentEducationProfileID | integer |
None. |
|
| studentQualificationID | integer |
None. |
|
| tiers | Collection of studentExtenTier |
None. |
|
| additionalWorkshop | Collection of studentExtenTierWorkshop |
None. |
|
| studentNewEducationProfileID | integer |
None. |
|
| id | integer |
None. |
|
| name | string |
None. |
|
| startDate | date |
None. |
|
| expiryDate | date |
None. |
|
| isActive | boolean |
None. |
|
| profileIDs | string |
None. |
|
| qualificationIDs | string |
None. |
|
| accountTypeCodes | string |
None. |
|
| bookingStartDate | date |
None. |
|
| bookingEndDate | date |
None. |
|
| dateUpdated | date |
None. |
|
| dateCreated | date |
None. |
|
| ProgrammeIdOnLMS | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"studentFirstName": "sample string 1",
"studentLastName": "sample string 2",
"studentID": 3,
"skinCentreName": "sample string 4",
"skinCentreAccountNo": 5,
"studentEducationProfileID": 1,
"studentQualificationID": 1,
"tiers": [
{
"$id": "2",
"isCompleted": true,
"completeDate": "2025-12-16T21:44:26.0417837+00:00",
"futureCompleteDate": "2025-12-16T21:44:26.0417837+00:00",
"locationID": 1,
"locationName": "sample string 2",
"additionalCompleted": 3,
"compulsoryCompleted": 4,
"additionalFuture": 5,
"compulsoryFuture": 6,
"compulsoryWorkshop": [
{
"$id": "3",
"workshopList": [
{
"$id": "4",
"workshopName": "sample string 1",
"workshopID": 2,
"noOfDays": 3,
"locationID": 1,
"locationName": "sample string 4",
"isCompleted": true,
"completeDate": "2025-12-16T21:44:26.042782+00:00",
"isFutureBooking": true,
"futureBookingDate": "2025-12-16T21:44:26.042782+00:00"
},
{
"$ref": "4"
}
],
"workshopList_FR": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"id": 1,
"programmeID": 2,
"tierID": 1,
"workshopIDs": "sample string 3",
"workshopIDs_FR": "sample string 4",
"requiredWorkshop": 5,
"additional": true,
"dateCreated": "2025-12-16T21:44:26.042782+00:00",
"dateUpdated": "2025-12-16T21:44:26.042782+00:00"
},
{
"$ref": "3"
}
],
"additionalWorkshop": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"id": 7,
"programmeID": 8,
"name": "sample string 9",
"compulsory": 10,
"additional": 11,
"isActive": true,
"priority": 13,
"educationProfileIDs": "sample string 14",
"successEducationProfileID": 15,
"failureEducationProfileID": 16,
"dateCreated": "2025-12-16T21:44:26.042782+00:00",
"dateUpdated": "2025-12-16T21:44:26.042782+00:00",
"TiersIdOnLMS": 1
},
{
"$ref": "2"
}
],
"additionalWorkshop": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"studentNewEducationProfileID": 1,
"id": 6,
"name": "sample string 7",
"startDate": "2025-12-16T21:44:26.0438345+00:00",
"expiryDate": "2025-12-16T21:44:26.0438345+00:00",
"isActive": true,
"profileIDs": "sample string 11",
"qualificationIDs": "sample string 12",
"accountTypeCodes": "sample string 13",
"bookingStartDate": "2025-12-16T21:44:26.0438345+00:00",
"bookingEndDate": "2025-12-16T21:44:26.0438345+00:00",
"dateUpdated": "2025-12-16T21:44:26.0438345+00:00",
"dateCreated": "2025-12-16T21:44:26.0438345+00:00",
"ProgrammeIdOnLMS": 1
},
{
"$ref": "1"
}
]