Skip to main content

PublicationSummaryViewModel

Provides summary information about a publication.

Properties

Property Type Required Description
id string true

The ID of the publication.

title string true

The title of the publication.

slug string true

The URL slug of the publication.

summary string true

The summary of the publication.

lastPublished string true

When the publication was last published.

Example schema

{
  "id": "d851c09e-7f5a-4750-9191-ed67ba5e8f8b",
  "title": "Pupil absence in schools in England",
  "slug": "pupil-absence-in-schools-in-england",
  "summary": "Summary of the publication.",
  "lastPublished": "2024-06-01T09:30:00+00:00"
}