GET api/MOD/GetTodaysModBoxNote?modId={modId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| modId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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:28.4871715-08:00",
"Note": "sample string 2",
"NoteDateString": "2/3/2026",
"ModboxNoteType": 1
}