GET /api/Book/api/book/search-books

GET /api/Book/api/book/search-books

Query parameters

Responses

  • Success

    Hide response attributes Show response attributes object
    • id string(uuid)
    • name string | null
    • description string | null
    • publishedDate string(date-time)
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id string(uuid)
    • name string | null
    • description string | null
    • publishedDate string(date-time)
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id string(uuid)
    • name string | null
    • description string | null
    • publishedDate string(date-time)
    • Additional properties are NOT allowed
  • Bad Request

    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    • Additional properties:
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    • Additional properties:
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    • Additional properties:
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"
}