Skip to main content

KanbanStudioBridgeRequest

targetstring
Default value: draft
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
KanbanStudioBridgeRequest
{
"target": "draft",
"call": {
"requestId": "string",
"operation": "runtime.getLocale",
"input": {}
}
}