Changelog Object
Track updates with a Changelog Object, including status, contributors, and related links.
The Changelog Object contains several fields each with defined types and descriptions which are outlined as follows:
The unique identifier for the Changelog entry.
Indicates the publishing status of the Changelog entry.
The title of the Changelog entry.
A web-friendly version of the title used in URLs.
URL to the cover image associated with the Changelog entry. Can be null if no image is specified.
The summary or description of the Changelog entry.
An array of User objects that contributed to the Changelog entry.
An array of Post objects that are related to the Changelog entry.
An array of Label objects that categorize or tag the Changelog entry.
The date and time when the Changelog entry was published. Can be null if it’s not published.
The date and time when the Changelog entry was created.