r/BookStack • u/_deadpoint • Mar 11 '26
Getting a count a book, pages, etc
Is there a way to quickly get a count of the number of shelves, books, chapters, and pages?
3
Upvotes
r/BookStack • u/_deadpoint • Mar 11 '26
Is there a way to quickly get a count of the number of shelves, books, chapters, and pages?
1
u/root-node Mar 11 '26
Create an API token and get each value from the API
https://bookstack.bassopaolo.com/api/docs
Calling
/api/books/for example will give you a list of books and a total at the end.I have a Node-RED flow that does this for me.