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 MODNotesDTO| Name | 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": "2026-02-03T18:24:13.440306-08:00",
"Note": "sample string 2",
"NoteDateString": "2/3/2026",
"ModboxNoteType": 1
},
{
"ModId": 1,
"NoteDate": "2026-02-03T18:24:13.440306-08:00",
"Note": "sample string 2",
"NoteDateString": "2/3/2026",
"ModboxNoteType": 1
}
]