---
title: "GET /api/books/search"
method: GET
path: "/api/books/search"
tags: ["Books"]
---

# GET /api/books/search

`GET /api/books/search`

## Query parameters

- `Query` string, nullable, required
- `PageIndex` integer, required
- `PageSize` integer, required

## Response `200`

Success

- PagedSearchResultOfBookDto
  - `items` BookDto[]
    - `id` string, guid
    - `created` string, date-time
    - `nameFr` string
    - `nameEn` string
    - `descriptionFr` string
    - `descriptionEn` string
    - `isbn` string
    - `author` string
    - `editor` string
    - `yearOfPublication` integer
    - `numberOfPages` integer
    - `membersOnly` boolean
    - `cardImage` string
    - `memberPrice` number
    - `nonMemberPrice` number, nullable
    - `memberProductId` string, guid
    - `nonMemberProductId` string, guid, nullable
    - `slug` string
  - `pagingInfo` PagingInfo
    - `totalResultsFound` integer
    - `pageCount` integer

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
