v1

latestOpenAPI 3.0.02026-07-263014.2 KB
What's New

Content for What's New tab in Cloud

Fetches both regular blog articles and featured items for the What's New tab in Cloud.

get/api/nextjs-routes/whats-new

Query parameters

featuredLimitinteger

Maximum number of featured carousel items to return.

featuredSkipinteger

Number of featured carousel items to skip. Useful for pagination.

featuredTaxonomystring
Example:5VNF25v51E0MLc6ARgVRrT

Comma-separated list of taxonomy concept IDs to filter featured carousel items. If not provided, returns all featured items.

Accepted Blog Type IDs:

  • 371lGNEo6zQBe0AfcfW6SH: New & Noteworthy
  • 5VNF25v51E0MLc6ARgVRrT: Product Announcements
  • 6TM2HPC0ZO4c3k3aoWY5xI: For Developers
  • 5MLrUkP3Ac8OiSPAb2R0aj: Events
  • 3EZvfabp7CpfgY4RqN8XKG: Tips & Tricks

Accepted Subscription Level IDs: free starter professional business enterprise government

limitinteger

Maximum number of blog articles to return.

localestring
Example:en-US

Content locale. Must be a valid supported locale.

Accepted values:

  • en-US: English (United States) [default]
  • en-GB: English (United Kingdom)
  • fr: French
  • de: German
  • es: Spanish
  • it: Italian
  • ja-JP: Japanese
  • ko-KR: Korean
preview'true' | 'false'

Whether to fetch draft/preview content from Contentful.

skipinteger

Number of blog articles to skip. Useful for pagination.

taxonomystring
Example:5VNF25v51E0MLc6ARgVRrT

Comma-separated list of taxonomy concept IDs to filter blog articles. Defaults to 5VNF25v51E0MLc6ARgVRrT (Product Announcements) if not provided.

Accepted Blog Type IDs:

  • 371lGNEo6zQBe0AfcfW6SH: New & Noteworthy
  • 5VNF25v51E0MLc6ARgVRrT: Product Announcements
  • 6TM2HPC0ZO4c3k3aoWY5xI: For Developers
  • 5MLrUkP3Ac8OiSPAb2R0aj: Events
  • 3EZvfabp7CpfgY4RqN8XKG: Tips & Tricks

Accepted Subscription Level IDs: free starter professional business enterprise government

Response

Successful response with articles and featured items

successboolean
errorsobject
paramsobject

The parsed and validated query parameters used for this request

Example response

{
  "success": true
}