GET ENotes/GetEnotes/Show/{showId}/Booth/{boothId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
|
boothId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ENoteDtoName | Description | Type | Additional information |
---|---|---|---|
ENotesId | integer |
None. |
|
ShowId | integer |
None. |
|
BoothId | integer |
None. |
|
CommentTypeId | integer |
None. |
|
CannedCommentsId | integer |
None. |
|
Comments | string |
None. |
|
CreatedBy | string |
None. |
|
TSSENotesKey | integer |
None. |
|
ResolvedInd | boolean |
None. |
|
CreatedById | integer |
None. |
|
CreatedDate | date |
None. |
|
IsEditable | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "ENotesId": 1, "ShowId": 2, "BoothId": 3, "CommentTypeId": 4, "CannedCommentsId": 5, "Comments": "sample string 6", "CreatedBy": "sample string 7", "TSSENotesKey": 1, "ResolvedInd": true, "CreatedById": 1, "CreatedDate": "2025-05-06T02:27:48.5192979+01:00", "IsEditable": true }, { "ENotesId": 1, "ShowId": 2, "BoothId": 3, "CommentTypeId": 4, "CannedCommentsId": 5, "Comments": "sample string 6", "CreatedBy": "sample string 7", "TSSENotesKey": 1, "ResolvedInd": true, "CreatedById": 1, "CreatedDate": "2025-05-06T02:27:48.5192979+01:00", "IsEditable": true } ]