Credential 목록 조회
    • PDF

    Credential 목록 조회

    • PDF

    기사 요약

    Credential 목록을 조회합니다.

    API

    • GET /subjects/{subjectId}/credentials

    요청

    Parameters

    파라미터필수여부타입제약사항설명
    pageNint기본값: 0페이지 번호
    sizeNint기본값: 20결과 목록 크기

    Path Variables

    파라미터필수여부타입제약사항설명
    subjectIdYstringsubject ID

    응답

    Body

    {
      "pageNo":  integer,
      "totalElements":  integer,
      "pageSize":  integer,
      "content": [
        {
          "issuer": "string",
          "serialNumber": "string",
          "x509CertificateData": "string",
          "failed": boolean,
          "seenTime": "string"
        }
      ]
    }
    

    응답 필드

    항목타입설명
    pageNointeger페이지 번호
    totalElementsinteger전체 item 건수
    pageSizeinteger페이지 크기
    content.issuerstring발급자
    content.serialNumberstring인증서 일련 번호
    content.x509CertificateDatastringX.509 인증서 데이터
    content.failedboolean인증 성공 여부
    content.seenTimestring마지막 확인 시간

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

    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.