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
- 200
OK
- application/json
- Schema
- Example
Schema
- Array [
- ]
codestring
error code
messagestring
error message
data object
versions object[]
List of versions
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
{
"code": "string",
"message": "string",
"data": {
"versions": [
{
"id": "string",
"version": "string",
"created_at": "string",
"theme_id": "string",
"type": "string",
"location": "string",
"updated_at": "string"
}
]
}
}