18) 문서 보안 등급 조회
문서의 보안 등급 조회
API
Method | URL |
---|---|
POST | /api/internal/get/customProperties/securityLevel |
Request Header
Name | Required | Description |
---|---|---|
Authorization | required | 사용자 인증 수단, JWT값 Authorization: Bearer {JWT} 참고 : JWT값은 인증/인가 서비스를 통해 발급 받는다. |
Request Body
Name | Required | Type | Description |
---|---|---|---|
companyId | required | string | 대상 문서를 사용하는 회사 ID |
srcFilePath | required | string | 조회할 문서 경로 |
Response
Name | Type | Description |
---|---|---|
code | int | 0 : 성공 이외의 값 : 에러 |
scLabelId | string | 레이블 아이디(문서 보안 등급 편집 시 입력 해야 되는 데이터) |
scLabelName | string | 레이블 이름 |
scSecurityLevelId | string | 등급 아이디(레이블의 상위 개념인 분류 등급 아이디) |
scSecurityLevelName | string | 등급 이름 |
message | string | 실패 시 에러 메시지 |