Subject 목록 조회
    • PDF

    Subject 목록 조회

    • PDF

    기사 요약

    Subject 목록을 조회합니다.

    API

    • GET /subjects

    요청

    Parameters

    파라미터필수여부타입제약사항설명
    searchColumnNStringsubjectId, subjectNrn검색 컬럼 (subjectId, subjectNrn)
    searchWordNString검색어
    pageNint기본값: 0페이지 번호
    sizeNint기본값: 20결과 목록 크기

    응답

    Body

    {
      "pageNo": integer,
      "totalElements": integer,
      "pageSize": integer,
      "content": [
        {
          "subjectId": "string",
          "subjectNrn": "string",
          "x509Subject": "string",
          "enabled": boolean,
          "createTime": "string",
          "updateTime": "string",
          "lastSeenTime": "string"
        }
      ]
    }
    

    응답 필드

    항목타입설명
    pageNointeger페이지 번호
    totalElementsinteger전체 item 건수
    pageSizeinteger페이지 크기
    content.subjectIdstringsubject의 ID
    content.subjectNrnstringsubject의 NRN
    content.x509Subjectstring인증서의 X.509 subject 식별자
    content.enabledbooleansubject 활성화 여부
    content.createTimestring생성 시각
    content.updateTimestring수정 시각
    content.lastSeenTimestring마지막 사용 시각

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.