Skip to content

Get library filter facets

GET
/api/library/facets

Returns distinct authors and genres from organized books for filter dropdowns

Responses

Distinct authors and genres

application/json
JSON
{
  
"authors": [
  
  
"string"
  
],
  
"genres": [
  
  
"string"
  
]
}

Samples