GET api/expert-programme/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PathwayModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Tiers | Collection of TierV2Model |
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:
{
"Tiers": [
{
"$id": "2",
"Id": 1,
"Name": "sample string 2",
"CompulsoryCount": 3,
"AdditionalCount": 4,
"Status": true,
"EnglishSets": [
{
"$id": "3",
"SetNo": 1,
"SetName": "sample string 2",
"Workshops": [
{
"$id": "4",
"WorkshopDict": {
"$id": "5",
"1": "sample string 2",
"3": "sample string 4"
},
"AlternativeWorkshops": [
{
"$id": "6",
"1": "sample string 2",
"3": "sample string 4"
},
{
"$id": "7",
"1": "sample string 2",
"3": "sample string 4"
}
]
},
{
"$ref": "4"
}
],
"RequiredNum": 3
},
{
"$ref": "3"
}
],
"FrenchSets": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"SuccessEducationProfileID": 6,
"RequiredEducationProfileIds": "sample string 7"
},
{
"$ref": "2"
}
],
"id": 1,
"name": "sample string 2",
"startDate": "2025-12-16T21:45:57.2350118+00:00",
"expiryDate": "2025-12-16T21:45:57.2350118+00:00",
"isActive": true,
"profileIDs": "sample string 6",
"qualificationIDs": "sample string 7",
"accountTypeCodes": "sample string 8",
"bookingStartDate": "2025-12-16T21:45:57.2350118+00:00",
"bookingEndDate": "2025-12-16T21:45:57.2350118+00:00",
"dateUpdated": "2025-12-16T21:45:57.2350118+00:00",
"dateCreated": "2025-12-16T21:45:57.2350118+00:00",
"ProgrammeIdOnLMS": 1
}