Choose your language:
    Record version

    Every change to a record is stored as a separate record version in DatoCMS.

    Object payload
    id  string
    ID of record version
    meta.createdAt  date-time

    Date of record version creation

    meta.isValid  boolean

    Whether the record version is valid or not

    meta.isPublished  boolean

    Whether the record version is the published version or not

    meta.isCurrent  boolean

    Whether the record version is the most recent version or not

    itemType  item_type.id

    The record version's model

    item  item.id

    The record this version belongs to

    relationships.editor  { type: "account", id: account.id }, { type: "access_token", id: access_token.id }, { type: "user", id: user.id }, { type: "sso_user", id: sso_user.id }

    The entity (account/collaborator/access token/sso user) who made this change to the record. It must be an object with type (e.g. 'account') and id properties.

    Available endpoints