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.