GET api/expertProgramme/{progID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
progID

integer

Required

Body Parameters

None.

Response Information

Resource Description

extenProgramme
NameDescriptionTypeAdditional information
tiers

Collection of extenTier

None.

additionalWorkshop

Collection of extenTierWorkshop

None.

profiles

Collection of profile

None.

qualifications

Collection of qualification

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",
      "compulsoryWorkshop": [
        {
          "$id": "3",
          "workshopList": [
            {
              "$id": "4",
              "workshopName": "sample string 1",
              "workshopID": 2,
              "noOfDays": 3,
              "isActive": true
            },
            {
              "$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": "2024-11-02T17:35:43.4665533+00:00",
          "dateUpdated": "2024-11-02T17:35:43.4665533+00:00"
        },
        {
          "$ref": "3"
        }
      ],
      "additionalWorkshop": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "id": 1,
      "programmeID": 2,
      "name": "sample string 3",
      "compulsory": 4,
      "additional": 5,
      "isActive": true,
      "priority": 7,
      "educationProfileIDs": "sample string 8",
      "successEducationProfileID": 9,
      "failureEducationProfileID": 10,
      "dateCreated": "2024-11-02T17:35:43.4665533+00:00",
      "dateUpdated": "2024-11-02T17:35:43.4665533+00:00"
    },
    {
      "$ref": "2"
    }
  ],
  "additionalWorkshop": [
    {
      "$ref": "3"
    },
    {
      "$ref": "3"
    }
  ],
  "profiles": [
    {
      "$id": "5",
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "dateCreated": "2024-11-02T17:35:43.4665533+00:00",
      "dateUpdated": "2024-11-02T17:35:43.4665533+00:00"
    },
    {
      "$ref": "5"
    }
  ],
  "qualifications": [
    {
      "$id": "6",
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "dateCreated": "2024-11-02T17:35:43.4675135+00:00",
      "dateUpdated": "2024-11-02T17:35:43.4675135+00:00"
    },
    {
      "$ref": "6"
    }
  ],
  "id": 1,
  "name": "sample string 2",
  "startDate": "2024-11-02T17:35:43.4675135+00:00",
  "expiryDate": "2024-11-02T17:35:43.4675135+00:00",
  "isActive": true,
  "profileIDs": "sample string 6",
  "qualificationIDs": "sample string 7",
  "accountTypeCodes": "sample string 8",
  "bookingStartDate": "2024-11-02T17:35:43.4675135+00:00",
  "bookingEndDate": "2024-11-02T17:35:43.4675135+00:00",
  "dateUpdated": "2024-11-02T17:35:43.4675135+00:00",
  "dateCreated": "2024-11-02T17:35:43.4675135+00:00"
}