1. (通用)查询详情
查询安全日志、质量日志、施工日志详情
注意
- 如果接口需要提供auth-token,你需要通过轻筑开放平台创建应用来获取appid和secret,然后通过appid和secret来获取接口访问凭证auth-token。
- 如果需要获取当前用户的使用信息,授权确保你能获取到qzcode,然后通过
网页授权
接口获取相关信息。
1.1. 1. 基本信息
概况 | 内容 |
---|---|
接口地址 | /api/inspect/diary/findDetail |
请求方法 | GET |
请求数据类型 | URL参数 |
响应数据类型 | JSON |
1.2. 2. 请求数据
1.2.1. 请求头(request-header)
请求头除了默认的参数还需要添加如下请求头参数:
字段 | 描述 |
---|---|
auth-token | 接口访问凭据,你可以通过平台下发的appid和secret获取凭据 |
1.2.2. 请求参数(request-parameter)
字段 | 是否必传 | 描述 |
---|---|---|
recordId | 是 | 记录ID |
参数请求示例:
http://api.example.com/xxx?key=value
1.3. 3. 响应数据
响应数据中 code, message, data 为默认字段,所有字段如下表所示:
字段 | 类型 | 是否必填 | 描述 |
---|---|---|---|
code | number | 是 | 返回码,0为正常返回 |
message | string | 是 | 返回消息 |
data | object | 是 | 返回内容 |
date | string | 是 | 日志时间 |
acceptanceDate | string | 是 | 验收时间 |
testBlockProduction | string | 是 | 砼、砂浆试块制作 |
createUserId | string | 是 | 提交人用户ID |
financeContentAttach | array | 是 | 财务内容附件 |
constSite | string | 是 | 施工部位 |
foreman | array | 是 | 工长 |
materialList | array | 是 | 材料 |
testBlockProductionAttach | array | 是 | 砼、砂浆试块制作附件 |
visiblePerson | array | 是 | 可见人员 |
techDisclosure | string | 是 | 技术交底 |
reviewCount | number | 是 | 评阅次数 |
peopleResponsible | array | 是 | 整改负责人 |
qualityContentAttach | array | 是 | 质量内容 |
weather | array | 是 | 天气 |
deviceList | array | 是 | 设备 |
constUnitList | array | 是 | 施工单位 |
id | string | 是 | 记录ID |
state | string | 是 | 状态:1 - 已提交 |
materialEntry | string | 是 | 材料进场、送检情况 |
memberId | string | 是 | 提交人团队成员ID |
shutdownContentAttach | array | 是 | 停工内容附件 |
nickName | string | 是 | 提交人姓名 |
hiddenWorkAcceptanceSite | string | 是 | 隐蔽工程验收部位 |
disclosurePerson | array | 是 | 接受交底人 |
budgetContentAttach | array | 是 | 预算内容附件 |
peopleRectification | array | 是 | 整改结果验收人 |
safeContent | string | 是 | 安全内容 |
constContent | string | 是 | 施工内容 |
overtime | string | 是 | 加班情况 |
peopleEngineer | array | 是 | 质量工程师 |
techManager | array | 是 | 技术负责人 |
projectName | string | 是 | 项目名称 |
projectId | string | 是 | 项目ID |
oldSafeFlag | string | 是 | 版本标识 |
device | number | 是 | 设备金额合计 |
constContentAttach | array | 是 | 施工内容附件 |
projectManager | array | 是 | 工程负责人 |
docNum | string | 是 | 文号 |
other | string | 是 | 其它 |
notifyUnitList | array | 是 | 通知单位 |
techContentAttach | array | 是 | 技术内容附件 |
budgetContent | string | 是 | 预算内容 |
contentId | string | 是 | 内容ID |
contentAttach | array | 是 | 内容附件 |
overtimeAttach | array | 是 | 加班情况附件 |
enterpriseOrgId | string | 是 | 组织机构ID |
enterpriseOrgName | string | 是 | 组织机构名称 |
content | string | 是 | 内容 |
constLogTitle | string | 是 | 施工日志标题 |
operationManager | array | 是 | 操作负责人 |
isPublic | string | 是 | 是否公开 |
artificialList | array | 是 | 人工 |
financeContent | string | 是 | 财务内容 |
materialEntryAttach | array | 是 | 材料进场、送检情况附件 |
produceContentAttach | array | 是 | 生产内容附件 |
editFlag | string | 是 | 是否可编辑 |
recorder | array | 是 | 记录员 |
safeContentAttach | array | 是 | 安全内容附件 |
qualityContent | string | 是 | 质量内容 |
avatar | string | 是 | 提交人头像 |
otherAttach | array | 是 | 其它内容附件 |
artificial | number | 是 | 人工金额合计 |
produceContent | string | 是 | 生产内容 |
material | number | 是 | 材料金额合计 |
createTime | string | 是 | 创建时间 |
peopleManager | array | 是 | 施工经理 |
techContent | string | 是 | 技术内容 |
constManager | array | 是 | 施工负责人 |
shutdownContent | string | 是 | 停工内容 |
finishDate | string | 是 | 完成时间 |
location | string | 是 | 定位 |
enterpriseId | string | 是 | 企业ID |
attendance | number | 是 | 出勤人数 |
designChange | string | 是 | 设计变更 |
响应数据结构如下所示:
{
"code": 0,
"message": null,
"data": {
"date": "2023-12-20",
"acceptanceDate": "2023-12-20",
"testBlockProduction": "",
"createUserId": "4e7de57dfd78420f8b3f60e01b3b7fae",
"financeContentAttach": [],
"constSite": "",
"foreman": [],
"materialList": [],
"testBlockProductionAttach": [],
"visiblePerson": [],
"techDisclosure": "",
"reviewCount": 0,
"peopleResponsible": [],
"qualityContentAttach": [],
"weather": [],
"deviceList": [],
"constUnitList": [],
"id": "6ea15a6384ad4fb595d1e32426ef89d2",
"state": "1",
"materialEntry": "",
"memberId": "04908460bd89417b9b02aa5113a423dd",
"shutdownContentAttach": [],
"nickName": "孔胜",
"hiddenWorkAcceptanceSite": "",
"disclosurePerson": [],
"budgetContentAttach": [],
"peopleRectification": [],
"safeContent": "",
"constContent": "",
"overtime": "",
"peopleEngineer": [],
"techManager": [],
"projectName": "北海顺应新能源材料有限公司加热炉系统供货及安装",
"projectId": "22c42e1e99b24c4197c99d83268754e5",
"oldSafeFlag": "0",
"device": 0.00,
"constContentAttach": [],
"projectManager": [],
"docNum": "",
"other": "",
"notifyUnitList": [],
"techContentAttach": [],
"budgetContent": "",
"contentId": "6ea15a6384ad4fb595d1e32426ef89d2",
"contentAttach": [],
"overtimeAttach": [],
"enterpriseOrgId": "3f54005d54ad481fbc79222f3dcfa287",
"enterpriseOrgName": "冶炼事业部",
"content": "管托制作 防触电 物体打击 特种作业持证",
"constLogTitle": "",
"operationManager": [],
"isPublic": "1",
"artificialList": [],
"financeContent": "",
"materialEntryAttach": [],
"produceContentAttach": [],
"editFlag": "1",
"recorder": [],
"safeContentAttach": [],
"qualityContent": "企业安全评审 准入办理",
"avatar": "",
"otherAttach": [],
"artificial": 0.00,
"produceContent": "",
"material": 0.00,
"createTime": "2023-12-20",
"peopleManager": [],
"techContent": "无违章",
"constManager": [],
"shutdownContent": "",
"finishDate": "2023-12-20",
"location": "",
"enterpriseId": "f309553f72da45c9aa1452e4a59b7bdf",
"attendance": 0,
"designChange": ""
}
}
1.4. 4. 错误码
当返回数据中的 code 不为 1 时,为错误返回。其中errCode为详细的错误码。