List published What's New entries
GET /api/v1/whats_new_entries
GET
/api/v1/whats_new_entries
Returns published What’s New entries ordered by date descending. Public, no auth required.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” per
integer
Number of records per page
page
integer
Page number
Responses
Section titled “ Responses ”Successful
object
results
required
Array<object>
object
id
required
integer
Example
12345 title
required
string
Example
We launched a new feature body
required
Markdown-formatted body.
string
Example
## What's new
We added a thing. date
required
string format: date
Example
2026-04-20 image_url
required
Public URL of the entry’s image, or null.
string
Example
https://whats-new.emshp.com/12/abc-hero.png pagination
required
object
per
required
integer
Example
10 page
required
integer
Example
1 total
required
integer
Example
100