v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Version

Get version details for blog post version

Retrieves version details for the specified blog post and version number.

Permissions required: Permission to view the blog post.

get/blogposts/{blogpost-id}/versions/{version-number}

Path parameters

blogpost-idinteger required

The ID of the blog post for which version details should be returned.

version-numberinteger required

The version number of the blog post to be returned.

Response

Returned if the requested version details are successfully retrieved.

numberinteger

The current version number.

authorIdstring

The account ID of the user who created this version.

messagestring

Message associated with the current version.

createdAtstring date-time

Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".

minorEditboolean

Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.

contentTypeModifiedboolean

Describes if the content type is modified in this version (e.g. page to blog)

collaboratorsstring[]

The account IDs of users that collaborated on this version.

prevVersioninteger

The version number of the version prior to this current content update.

nextVersioninteger

The version number of the version after this current content update.