KanbanEmbedBridgeRequest
tokenstringrequired
Possible values: non-empty
resolvedTargetstringrequired
The fixed release version parsed when the page is first loaded; old page requests are rejected after the version changes.
Possible values: non-empty
call objectrequired
The iframe generates the requestId and selects the operation from the fixed whitelist. The fields of input are operation by Decide; the server rejects additional project, scope, workflowName, database path, or target control fields.
requestIdstringrequired
Possible values: non-empty
operationstringrequired
Possible values: [runtime.getLocale, kv.getValue, kv.setValue, relatedProject.kv.getValue, relatedProject.kv.setValue, knowledge.listDocuments, knowledge.getDocument, knowledge.createDocument, knowledge.editDocument, knowledge.deleteDocument, knowledge.searchDocuments, knowledge.readDocumentLines]
input objectrequired
property name*any
KanbanEmbedBridgeRequest
{
"token": "string",
"resolvedTarget": "string",
"call": {
"requestId": "string",
"operation": "runtime.getLocale",
"input": {}
}
}