Articles
Get Article Details
Returns the full content of a single article.
GET
Get Article Details
Get Article Details
Returns the full content and metadata for a specific article. Used to render the article detail page.Authentication
No authentication required.Path Parameters
number
required
Numeric identifier of the article. Returned as
Id from GET /api/public/blogPosts.Query Parameters
string
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Title,SummaryText,FullText,PublishDate,BlogCategories.Response
Returns an article object with full content.number
required
Unique identifier for the article.
string
required
Post title.
string
Full post content. May contain HTML.
string
Short summary shown in list views.
string
Publication date in ISO 8601 format.
boolean
Whether the post has a header image.
Examples
Fetch an article
TypeScript Integration
Get Article Details