v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Version

Get version details for attachment version

Retrieves version details for the specified attachment and version number.

Permissions required: Permission to view the attachment.

get/attachments/{attachment-id}/versions/{version-number}

Path parameters

attachment-idstring required

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

version-numberinteger required

The version number of the attachment 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.