DownloadableSourceFilesResultResponse
errCodeintegerrequired
Constant value:
0errMessagestringrequired
Constant value:
data objectrequired
workflowIdstringrequired
workflowNamestringrequired
targetstringrequired
resolvedTargetstringrequired
sourceModestringrequired
Possible values: [source]
files object[]required
Array [
pathstringrequired
contentstringrequired
sizeintegerrequired
encodingstring
When present, it means that content is a base64 encoding of the original file bytes, not editable text.
Possible values: [base64]
]
DownloadableSourceFilesResultResponse
{
"errCode": 0,
"errMessage": "string",
"data": {
"workflowId": "string",
"workflowName": "string",
"target": "string",
"resolvedTarget": "string",
"sourceMode": "source",
"files": [
{
"path": "string",
"content": "string",
"size": 0,
"encoding": "base64"
}
]
}
}