获取交易聚合
GET
/web/v1/slash/connections/{connectionBizId}/transactions/aggregationJWT获取指定 Slash 连接的聚合交易数据,可选按日期范围筛选。
鉴权
需要有效的 JWT token。Portal 访问权限:system、tenant。
请求参数
| Name | Type | Required | In | Description |
|---|---|---|---|---|
connectionBizId | String | Yes | path | Slash 连接业务 ID。 |
from | String | No | query | 日期范围筛选的开始日期(ISO 8601)。 |
to | String | No | query | 日期范围筛选的结束日期(ISO 8601)。 |
成功响应
Not Found404
{
"code": "4040",
"message": "Connection not found"
}错误响应
| HTTP 状态码 | 错误码 | 描述 |
|---|---|---|
| 401 | 4010 | JWT token 无效或已过期 |
| 404 | 4040 | 连接未找到 |
说明
from和to参数接受 ISO 8601 日期字符串。- 响应数据结构由 Slash 平台透传。