- 执法证管理
- 新执法证换领统计表
- 电子档案管理
- 移动端
- 系统通知公告
- 首页
- 审批工作台
- 系统通用
- 执法工作台
- 我的(个人空间)
- 字典
- 系统通知公告管理
- 收货地址管理
- 法制审核人员管理
获取此档案的档案属性信息
POST
/ltm/handleArchive/getElectArchiveAttr
请求参数
Cookie 参数
SESSION
string
必需
Body 参数application/json
bzId
string
档案业务ID
archiveType
enum<integer>
档案类型
枚举值:
12345
示例
{
"userId": "a034ecb19d764869c9b7f6a95bfe1d04",
"archiveType": 1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cn-cd-dx-3.natfrp.cloud:45582/api/zfdw_ext/ltm/handleArchive/getElectArchiveAttr' \
--header 'Cookie: SESSION=;SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "a034ecb19d764869c9b7f6a95bfe1d04",
"archiveType": 1
}'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
message
string
必需
code
integer
必需
result
array [object {6}]
必需
id
string
电子档案ID
departId
string
部门id
documentProperty
string
文档属性
documentPropertyType
enum<integer>
文档属性类型
枚举值:
1234
documentPropertyDescribe
string
文档属性描述
delFlag
boolean
删除标志位
timestamp
integer
必需
示例
{
"success": true,
"message": "string",
"code": 0,
"result": [
{
"id": "string",
"departId": "string",
"documentProperty": "string",
"documentPropertyType": 1,
"documentPropertyDescribe": "string",
"delFlag": true
}
],
"timestamp": 0
}