View list of all my reads. Write access only for yourself.

GET Parameters:

  • user - filter based on user id. Leave out or set to self to get only currently logged in user.
  • manuscript__genre - Filter by genre
  • ordering - manuscript__title, manuscript__rating, manuscript__comments_count, manuscript__words or the name of tag to order by that tag rating (highest first)
GET /api/myreads/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}