Skip to main content

SendRecordDto

One send-attempt audit entry. source is torrent | magnet.

errorstring | nullnullable
idinteger<int64>required

Row id, unique within the table — a stable React key for the UI list.

labelstring | nullnullable
releaseIdstringrequired
releaseTitlestring | nullnullable

The release's title, so the log names what was sent instead of an opaque id. None only if the release row was removed.

sentAtinteger<int64>required
seriesIdinteger,null<int32>nullable

The resolved series id, so the UI can link the row to the series page. None when the release is unresolved (or the release row was removed).

sourcestringrequired
successbooleanrequired
SendRecordDto
{
"error": "string",
"id": 0,
"label": "string",
"releaseId": "string",
"releaseTitle": "string",
"sentAt": 0,
"seriesId": 0,
"source": "string",
"success": true
}