GET api/MOD/GetAllModNote?modId={modId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
modId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MODNotesDTOName | Description | Type | Additional information |
---|---|---|---|
ModId | integer |
None. |
|
NoteDate | date |
None. |
|
Note | string |
None. |
|
NoteDateString | string |
None. |
|
ModboxNoteType | ModBoxNoteTypeEnum |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ModId": 1, "NoteDate": "2025-10-14T02:51:32.7082415-07:00", "Note": "sample string 2", "NoteDateString": "10/14/2025", "ModboxNoteType": 1 }, { "ModId": 1, "NoteDate": "2025-10-14T02:51:32.7082415-07:00", "Note": "sample string 2", "NoteDateString": "10/14/2025", "ModboxNoteType": 1 } ]