PublicationListRequest
Properties
Property | Type | Required | Description |
---|---|---|---|
search |
string | false |
A search term to find matching publications. Validation constraints:
|
page |
integer | false |
The page of results to fetch. Defaults to: Validation constraints:
|
pageSize |
integer | false |
The maximum number of results per page. Defaults to: Validation constraints:
|
Example schema
{
"search": "Pupil absence",
"page": 1,
"pageSize": 20
}