GET api/workshopEducationProfile/limit/{start}/{limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | integer |
Required |
|
| limit | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of workshopEducationProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| workshopID | integer |
None. |
|
| educationProfileID | integer |
None. |
|
| dateCreated | date |
None. |
|
| dateUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"workshopID": 1,
"educationProfileID": 1,
"dateCreated": "2025-12-16T21:42:44.2201838+00:00",
"dateUpdated": "2025-12-16T21:42:44.2201838+00:00"
},
{
"$ref": "1"
}
]