---
title: "Get all paginationsets"
method: GET
path: "/api/v11/paginationset"
tags: ["PaginationSet"]
---

# Get all paginationsets

`GET /api/v11/paginationset`

Retrieves all PaginationSets

## Headers

- `X-HawkSearch-ApiKey` string, required

## Response `200`

OK

- PaginationSetModel[]
  - `PaginationSetId` integer
  - `SyncGuid` string, uuid
  - `Name` string
  - `Code` string
  - `RuleXml` string
  - `SortOrder` integer
  - `Options` string
  - `NumberOfPageLinks` integer
  - `IsShowFirstLink` boolean
  - `IsShowLastLink` boolean
  - `CreateDate` string, date-time
  - `ModifyDate` string, date-time

---

[API](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi.md) · [All operations](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hawksearch/hawksearch-elasticsearch-indexingapi/versions/24cba7bf3468/schema)
