Ennoia API (1.0.0)

Download OpenAPI specification:

Get information about one book.

Gets the title, author, notes, and the added date of a book based on the book id.

Authorizations:
basic_auth
path Parameters
id
required
integer

The books id.

Responses

Response samples

Content type
application/json
{
  • "added": "2025-02-25 11:59:59",
  • "author": "John Doe",
  • "id": 123,
  • "notes": "Here are some notes about the book.",
  • "title": "Title of book"
}

Get information about all books in your library.

Gets the title, author, notes, and added date for all books.

Authorizations:
basic_auth

Responses

Response samples

Content type
application/json
[
  • {
    },
  • {
    }
]