My Read List
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__wordsor the name of tag to order by that tag rating (highest first)
GET /api/myreads/
{
"count": 0,
"next": null,
"previous": null,
"results": []
}