---
title: "Returns a list of sections which contain the search term."
method: GET
path: "/api/Search/SectionSearchResults/{searchTerm}"
tags: ["Search"]
---

# Returns a list of sections which contain the search term.

`GET /api/Search/SectionSearchResults/{searchTerm}`

## Path parameters

- `searchTerm` string, required

## Query parameters

- `skip` integer
- `take` integer

## Response `200`

Success

- ErskineMaySectionSearchResultErskineMaySearch
  - `searchTerm` string, nullable
  - `skip` integer
  - `take` integer
  - `totalResults` integer
  - `searchResults` ErskineMaySectionSearchResult[], nullable
    - `sectionId` integer
    - `sectionTitle` string, nullable
    - `sectionTitleChain` string, nullable
    - `chapterNumber` integer
    - `chapterTitle` string, nullable
    - `partNumber` integer
  - `searchTerms` string[], nullable
  - `suggestedSearch` string, nullable

---

[API](https://skmtc.net/parliament/apis/erskine-may-api.md) · [All operations](https://skmtc.net/parliament/apis/erskine-may-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parliament/erskine-may-api/versions/8607265db448/schema)
