Subject 목록 조회
- 인쇄
- PDF
Subject 목록 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
Subject 목록을 조회합니다.
API
- GET /subjects
요청
Parameters
파라미터 | 필수여부 | 타입 | 제약사항 | 설명 |
---|---|---|---|---|
searchColumn | N | String | subjectId, subjectNrn | 검색 컬럼 (subjectId, subjectNrn) |
searchWord | N | String | 검색어 | |
page | N | int | 기본값: 0 | 페이지 번호 |
size | N | int | 기본값: 20 | 결과 목록 크기 |
응답
Body
{
"pageNo": integer,
"totalElements": integer,
"pageSize": integer,
"content": [
{
"subjectId": "string",
"subjectNrn": "string",
"x509Subject": "string",
"enabled": boolean,
"createTime": "string",
"updateTime": "string",
"lastSeenTime": "string"
}
]
}
응답 필드
항목 | 타입 | 설명 |
---|---|---|
pageNo | integer | 페이지 번호 |
totalElements | integer | 전체 item 건수 |
pageSize | integer | 페이지 크기 |
content.subjectId | string | subject의 ID |
content.subjectNrn | string | subject의 NRN |
content.x509Subject | string | 인증서의 X.509 subject 식별자 |
content.enabled | boolean | subject 활성화 여부 |
content.createTime | string | 생성 시각 |
content.updateTime | string | 수정 시각 |
content.lastSeenTime | string | 마지막 사용 시각 |
이 문서가 도움이 되었습니까?