根据模型ID查询碰撞检测ID列表
说明
根据模型ID查询碰撞检测ID列表
参数
Authorization * | Bearer {accessToken} | string |
*为必填项
Query
fileId | 文件ID(fileId和integrateId选填一项) | integer (int64) |
integrateId | 集成ID(fileId和integrateId选填一项) | integer (int64) |
响应
HTTP代码 | 说明 | 类型 |
200 | OK | GeneralResponse«ClashDetectiveList» |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
200响应参数
GeneralResponse«ClashDetectiveList»
名称 | 说明 | 类型 |
code | 样例: "success" | string |
data | 返回数据 | ClashDetectiveList |
items | 碰撞检测列表 | < ClashItemBean >array |
clashDetectiveId | 碰撞检测ID | int64 |
createTime | 创建时间 | string |
fileIdA | 选择集A的文件ID | int64 |
fileIdB | 选择集B的文件ID | int64 |
integrateIdA | 选择集A的集成ID | int64 |
integrateIdB | 选择集B的集成ID | int64 |
message | 提示消息 | string |
生成
HTTP请求示例
请求 path
HTTP响应示例
响应 200