GET
/api/Book/api/book/search-books
curl \
-X GET http://api.example.com/api/Book/api/book/search-books
Response examples (200)
[
{
"id": "string",
"name": "string",
"description": "string",
"publishedDate": "2024-05-04T09:42:00+00:00"
}
]
Response examples (200)
[
{
"id": "string",
"name": "string",
"description": "string",
"publishedDate": "2025-05-04T09:42:00Z"
}
]
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}