Skip to main content

ReadCompletionDto

One completed read-through of a book.

completedAtstring<date-time>required

When this pass finished.

Example: 2024-01-14T20:05:00Z
startedAtstring<date-time>required

When this pass started.

Example: 2024-01-10T14:30:00Z
ReadCompletionDto
{
"completedAt": "2024-01-14T20:05:00Z",
"startedAt": "2024-01-10T14:30:00Z"
}