GET api/expert-pathway/update-by-programme/{programmeId}?runDate={runDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| programmeId | integer |
Required |
|
| runDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PathwayUpdateResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentFirstName | string |
None. |
|
| StudentLastName | string |
None. |
|
| StudentEmail | string |
None. |
|
| SkinCentreAccountNo | integer |
None. |
|
| SkinCentreName | string |
None. |
|
| ProgrammeName | string |
None. |
|
| TierName | string |
None. |
|
| Location | string |
None. |
|
| CompletionDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"StudentFirstName": "sample string 1",
"StudentLastName": "sample string 2",
"StudentEmail": "sample string 3",
"SkinCentreAccountNo": 4,
"SkinCentreName": "sample string 5",
"ProgrammeName": "sample string 6",
"TierName": "sample string 7",
"Location": "sample string 8",
"CompletionDate": "2025-12-16T21:48:12.1835356+00:00"
},
{
"$ref": "1"
}
]