API Endpoint or Feature
For the /api/pages API that returns all pages available to the user, it would be nice to have the page tags and plain text body of the page included in the response.
Use-Case
An application would use the /api/pages API to return all pages available to the public user then using the NAME, TAGS, and BODY data points in the response can do an internal search for the desired page. Once the desired page has been found the APP can use the ID data point to call the /api/pages/{id} API for page HTML and additional page data.
Additional Context
I am trying to use Bookstack as a FAQ wiki within a custom Support Ticketing Software and wanting to search bookstack pages that match the issue subject being entered in the ticket app.
API Endpoint or Feature
For the /api/pages API that returns all pages available to the user, it would be nice to have the page tags and plain text body of the page included in the response.
Use-Case
An application would use the /api/pages API to return all pages available to the public user then using the NAME, TAGS, and BODY data points in the response can do an internal search for the desired page. Once the desired page has been found the APP can use the ID data point to call the /api/pages/{id} API for page HTML and additional page data.
Additional Context
I am trying to use Bookstack as a FAQ wiki within a custom Support Ticketing Software and wanting to search bookstack pages that match the issue subject being entered in the ticket app.