18) 문서 보안 등급 조회
문서 보안 등급 조회
API
Method | URL |
---|---|
POST | /api/get/customProperties/securityLevel |
Request Body
Name | Required | Type | Description |
---|---|---|---|
licenseKey | required | string | SHIELDRM 관리자 페이지의 연동 앱 관리 메뉴에서 발급 받은 라이선스 입력 |
srcFilePath | required | string | 조회할 문서 경로 |
Response
Name | Type | Description |
---|---|---|
code | int | 0 : 성공 이외의 값 : 에러 |
securityLevel | string | 보안 등급 정보 |
message | string | 실패 시 에러 메시지 |
Examples
Request
- Body
{
"licenseKey": "EFBB-029BD-F155-7F13E",
"srcFilePath": "/opt/shieldrm/data/test.xlsx"
}