Search news articles with a JSON filter body
List news articles from a JSON filter body; pagination and sort stay in query parameters.
Authentication
X-Client-Secretstring
Client secret for read-only service-to-service access (no writes)
Query parameters
page
Zero-based page index (0..N)
size
The size of the page to be returned
sort
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
mode
Search strategy. News supports auto and keyword; other canonical modes are rejected.
Allowed values:
Request
This endpoint expects an object.
category
News category slug to include or exclude.
cursor
Cursor token returned by the previous thin page.
excludeId
Exclude one news article by id.
owner
Entity or person owner filter.
publishedAfter
Earliest publication date, inclusive.
publishedBefore
Latest publication date, inclusive.
search
Full-text news search term.
Response
OK
content
empty
first
last
number
numberOfElements
pageable
size
sort
totalElements
totalPages
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
406
Not Acceptable Error
409
Conflict Error
415
Unsupported Media Type Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error