GET api/tierWorkshop/programme/{progID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| progID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of tierWorkshop| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| programmeID | integer |
None. |
|
| tierID | integer |
None. |
|
| workshopIDs | string |
None. |
|
| workshopIDs_FR | string |
None. |
|
| requiredWorkshop | integer |
None. |
|
| additional | boolean |
None. |
|
| dateCreated | date |
None. |
|
| dateUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"programmeID": 2,
"tierID": 1,
"workshopIDs": "sample string 3",
"workshopIDs_FR": "sample string 4",
"requiredWorkshop": 5,
"additional": true,
"dateCreated": "2025-12-16T21:42:12.0494678+00:00",
"dateUpdated": "2025-12-16T21:42:12.0494678+00:00"
},
{
"$ref": "1"
}
]