Get next book in series
GET/:prefix/api/v1/books/:book_id/next
Returns the next book in the same series by sort order.
Endpoint
GET /{prefix}/api/v1/books/{bookId}/next
Response
- 200: Next book DTO
- 404: No next book (this is the last book in series)
Authentication
- Bearer token (JWT)
- Basic Auth
- API Key
Request
Responses
- 200
- 401
- 404
Next book in series
Unauthorized
No next book