GET api/MOD/GetTodaysModBoxNote?modId={modId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
modId

integer

Required

Body Parameters

None.

Response Information

Resource Description

MODNotesDTO
NameDescriptionTypeAdditional 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:59:19.3201738-07:00",
  "Note": "sample string 2",
  "NoteDateString": "10/14/2025",
  "ModboxNoteType": 1
}