Skip to main content

PublicationListRequest

Properties

Property Type Required Description
search string false

A search term to find matching publications.

Validation constraints:

  • Minimum length: 3
page integer false

The page of results to fetch.

Defaults to: 1

Validation constraints:

  • Format: int32

  • Minimum: 1

pageSize integer false

The maximum number of results per page.

Defaults to: 20

Validation constraints:

  • Format: int32

  • Minimum: 1

  • Maximum: 40

Example schema

{
  "search": "Pupil absence",
  "page": 1,
  "pageSize": 20
}