WorkflowVersionSummary
versions object[]required
createdByProfile object
Optional email address for the profile summary.
Optional avatar image URL or data URL for the uploader profile.
build object
Possible values: [success, failed]
Server runtime content hash; omitted for local-only and static Web releases.
Server runtime object-storage path; omitted when no runtime artifact was generated.
Possible values: [preparing, online, offline]
Possible values: [auto, manual]
bundled keeps only the bundle/minify products;source keeps the original source code snapshot.
Possible values: [bundled, source]
executionTargets objectrequired
Immutable release execution capabilities, independent from project presentation platforms.
Possible values: [macos, windows]
runtime object
Returned only when a Server runtime artifact was generated; omitted for local-only and static Web releases.
dependencies object[]
This exact version solidifies the Kanban data source dependency lock; older versions may be omitted.
Possible values: Value must match regular expression ^[a-z][a-z0-9_-]{0,63}$
Possible values: [included, external]
included rely on the exact version of post-release solidification; external do not carry.
Possible values: Value must match regular expression ^\d+\.\d+\.\d+$
included rely on source code hash solidified after release; external do not carry.
Possible values: Value must match regular expression ^[a-f0-9]{64}$
Whether the version passes the unified Server runtime gate; Desktop compatibility does not use this field.
{
"id": "string",
"name": "string",
"latest": "string",
"nextVersion": "string",
"versions": [
{
"version": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"createdByUserId": "string",
"createdByProfile": {
"userId": "string",
"displayName": "string",
"email": "string",
"avatarUrl": "string"
},
"releaseLog": "string",
"build": {
"status": "success",
"startedAt": "2024-07-29T15:51:28.071Z",
"endedAt": "2024-07-29T15:51:28.071Z",
"durationMs": 0,
"stdout": "string",
"stderr": "string",
"error": "string"
},
"sourceHash": "string",
"runtimeHash": "string",
"sourceObjectPath": "string",
"runtimeObjectPath": "string",
"status": "preparing",
"activation": "auto",
"sourceMode": "bundled",
"executionTargets": {
"server": true,
"desktop": [
"macos"
]
},
"runtime": {
"requiredCoreVersion": "string",
"builtWithCoreVersion": "string",
"builtWithServerVersion": "string"
},
"dependencies": [
{
"alias": "string",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"delivery": "included",
"version": "string",
"sourceHash": "string"
}
],
"online": true,
"runnable": true,
"latest": true
}
]
}