Gets a published blog article by slug.
BlogArticles
Gets a published blog article by slug.
Returns the public article identified by its URL slug, or a not-found response when no published article matches.
GET
Gets a published blog article by slug.
Path Parameters
The public URL slug of the published article.
Response
OK
Represents a blog article response.
Gets or sets the ID.
Gets or sets the title.
Gets or sets the slug.
Gets or sets the excerpt.
Gets or sets the content.
Gets or sets the category.
Gets or sets the author name.
Gets or sets the cover image URL.
Gets or sets the published at.
Gets or sets the is published.
Gets or sets the is featured.
Gets or sets the created at.
Gets or sets the modified at.

