Skip to main content
Version: 202506

List theme file Versions(All file)

GET 

/openapi/2025-06/themes/:theme_id/doc/version-records

Returns the version history for all files in the specified theme.

Request

Path Parameters

    theme_id stringrequired

    Theme's unique identifier

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    versions object[]

    List of versions

  • Array [
  • idstring

    Theme file version ID

    versionstring

    Version

    created_atstring

    Creation timestamp, in ISO-8601 format

    theme_idstring

    Theme ID

    typestring

    Type

    locationstring

    Location

    updated_atstring

    Last update timestamp, in ISO-8601 format

  • ]