Delete a report.
The report's ID.
Delete a reported book and all reports associated with it.
The report's ID.
Get all reports for a book.
The book's ID.
All reports for the book.
Get a report.
The report's ID.
The report record.
Get all reports.
All reports.
Get a user report for a book.
The user's ID.
The book's ID.
The report.
Get all reports made by a user.
The user's ID.
All reports made by the user.
Get all books reported by a user.
The user's ID.
All books reported by the user.
Report a book.
The ID of the user reporting the book.
The book's ID.
The reason for reporting.
The new book record.
Determine whether or not a report exists.
The report's ID.
Whether or not the report exists.
Determine whether or not a user has reported a book.
The user's ID.
The book's ID.
Whether or not the user has reported the book.
Determine whether or not a user has recently reported a book.
The user's ID.
Whether or not the user has recently reported a book.
Generated using TypeDoc
Report table service.