Assign Workflows¶
Add workflows to a class.
Request¶
POST https://test-uni.cloudplan.biz/api/docclass/assign_workflows
{
"class_id": ... //(string) the class to be assigned
"wf_ids": ["..."] //(list of strings) workflow ids to be assinged
}
Example 0¶
REQUEST
{
"class_id": "5FCA267D02E8E1A82F0B87F6C145DE35",
"wf_ids": ["BBFBCD5F127652CCF6CB945E49BF2E2B"]
}
REPLY
{
"result": true
}
Error Codes¶
docclass_not_found