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 PathwayUpdateResultModelName | 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": "2024-11-02T17:32:11.5184435+00:00" }, { "$ref": "1" } ]