GET api/workshopInstanceNotes/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 workshopInstanceNoteExten| Name | Description | Type | Additional information |
|---|---|---|---|
| noteCategoryName | string |
None. |
|
| WorkshopName | string |
None. |
|
| userName | string |
None. |
|
| id | integer |
None. |
|
| noteCategoryID | integer |
None. |
|
| workshopInstanceID | integer |
None. |
|
| userID | integer |
None. |
|
| noteContent | string |
None. |
|
| dateCreated | date |
None. |
|
| dateUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"noteCategoryName": "sample string 1",
"WorkshopName": "sample string 2",
"userName": "sample string 3",
"id": 4,
"noteCategoryID": 5,
"workshopInstanceID": 1,
"userID": 1,
"noteContent": "sample string 6",
"dateCreated": "2025-12-16T21:38:37.6199532+00:00",
"dateUpdated": "2025-12-16T21:38:37.6199532+00:00"
},
{
"$ref": "1"
}
]