获取连接流详情
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| FlowId |
string |
是 |
连接流 id |
flow-xxxxx |
| FlowVersion |
string |
否 |
连接流版本 |
6 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
B6E1E38D-011F-5368-ADD8-4DC278254AA3 |
| Flow |
object |
连接流对象 |
|
| FlowId |
string |
连接流 id |
flow-xxxxxxxx |
| FlowVersion |
string |
连接流版本 |
2 |
| FlowName |
string |
连接流名称 |
微信连接流1 |
| FlowDesc |
string |
连接流描述 |
以AI卡片形式发送至钉钉群聊,如果想要支持私聊,请使用同时支持群聊&私聊的模版 |
| Enabled |
string |
是否启用 |
true |
| FlowVersionStatus |
string |
连接流版本状态 |
1 |
| FlowTemplate |
string |
连接流模版内容 |
{ "FormatVersion": "appflow-2025-07-01", "Nodes": [ {} ] } |
| GmtCreate |
string |
创建时间 |
2025-07-30T02:13:22Z |
| GmtModified |
string |
修改时间 |
2025-11-13T02:11:56Z |
| FlowNodes |
array<object> |
节点列表 |
连接流节点信息 |
|
object |
|||
| FlowId |
string |
连接流 ID |
flow-856cb84b309747e48b43 |
| FlowVersion |
string |
连接流版本 |
1 |
| ConnectorId |
string |
连接器 ID |
connector-xxx24b139c62 |
| ConnectorVersion |
string |
连接器版本 |
2 |
| RefId |
string |
触发器或者执行动作 ID |
trigger-xxxxxxxxxx |
| RefVersion |
string |
触发器或者执行动作版本 |
1 |
| NodeId |
string |
节点 ID |
fn-xxxxxxxx |
| NodeKey |
string |
节点 Key |
Node1 |
| NodeName |
string |
节点名称 |
NotifyMessage_1 |
| NodeType |
string |
节点类型 |
Trigger |
| PrevNodeId |
string |
前一个节点 ID |
fn-xxxxx,fn-yyyyyy |
| InputSchema |
string |
节点元数据 |
{} |
| AuthMetadata |
string |
节点凭据信息 |
{\"authconfigId\":\"uac-xxxxxxxxx\"} |
| WebhookUrl |
string |
webhook 地址 |
https://{uid}.computenest.aliyun.com/webhook/xxxxxxxx |
| Tags |
array<object> |
标签列表。 |
|
|
object |
|||
| Key |
string |
标签的键。 长度限制为 64 个字符。 |
Environment |
| Value |
string |
标签值 |
pre |
示例
正常返回示例
JSON格式
{
"RequestId": "B6E1E38D-011F-5368-ADD8-4DC278254AA3",
"Flow": {
"FlowId": "flow-xxxxxxxx",
"FlowVersion": "2",
"FlowName": "微信连接流1",
"FlowDesc": "以AI卡片形式发送至钉钉群聊,如果想要支持私聊,请使用同时支持群聊&私聊的模版",
"Enabled": "true",
"FlowVersionStatus": "1",
"FlowTemplate": "{\n \"FormatVersion\": \"appflow-2025-07-01\",\n \"Nodes\": [\n {}\n ]\n}",
"GmtCreate": "2025-07-30T02:13:22Z",
"GmtModified": "2025-11-13T02:11:56Z",
"FlowNodes": [
{
"FlowId": "flow-856cb84b309747e48b43",
"FlowVersion": "1",
"ConnectorId": "connector-xxx24b139c62",
"ConnectorVersion": "2",
"RefId": "trigger-xxxxxxxxxx",
"RefVersion": "1",
"NodeId": "fn-xxxxxxxx",
"NodeKey": "Node1",
"NodeName": "NotifyMessage_1",
"NodeType": "Trigger",
"PrevNodeId": "fn-xxxxx,fn-yyyyyy",
"InputSchema": "{}",
"AuthMetadata": "{\\\"authconfigId\\\":\\\"uac-xxxxxxxxx\\\"}",
"WebhookUrl": "https://{uid}.computenest.aliyun.com/webhook/xxxxxxxx"
}
],
"Tags": [
{
"Key": "Environment",
"Value": "pre"
}
]
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。