GET api/expert-programme/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PathwayModelName | 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. |
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": "2024-11-02T17:35:16.7650013+00:00", "expiryDate": "2024-11-02T17:35:16.7650013+00:00", "isActive": true, "profileIDs": "sample string 6", "qualificationIDs": "sample string 7", "accountTypeCodes": "sample string 8", "bookingStartDate": "2024-11-02T17:35:16.7650013+00:00", "bookingEndDate": "2024-11-02T17:35:16.7650013+00:00", "dateUpdated": "2024-11-02T17:35:16.7650013+00:00", "dateCreated": "2024-11-02T17:35:16.7650013+00:00" }