Application リストの照会
    • PDF

    Application リストの照会

    • PDF

    Article Summary

    Applicationリストを照会します。

    リクエスト

    • GET /applications

    リクエストパラメータ

    パラメータタイプ必須有無説明制限事項
    searchColumnStringN検索カラムapplicationId, applicationName
    searchWordStringN検索キーワード
    pageintNページ番号デフォルト値: 0
    sizeintN結果リストのサイズデフォルト値: 20

    レスポンス

    レスポンスボディ

    {
      "page" : "integer",
      "totalPages" : "integer",
      "totalItems" : "integer",
      "hasPrevious" : "boolean",
      "hasNext" : "boolean",
      "items" : [ {
        "applicationId" : "string",
        "applicationUrl" : "string",
        "name" : "string",
        "description" : "string",
        "applicationType" : "string",
        "mbrLoginAllow" : "string",
        "protocol" : "string",
        "clientId" : "string",
        "clientAuthMethod" : "string",
        "accessType" : "string",
        "redirectUris" : "string",
        "grantTypes" : "string",
        "scopes" : "string",
        "accessTokenValidity" : "string",
        "refreshTokenValidity" : "string",
        "createdAt" : "string"
        "updatedAt" : "string"
      } ],
      "isFirst" : "boolean",
      "isLast" : "boolean"
    }
    
    パラメータタイプ説明制限事項
    pageNumberリターンした結果 page
    totalPagesNumberリターンした結果 totalPage
    totalItemsNumberリターンした結果 totalItems
    hasPreviousBoolean現在のページを基準に、以前のページの存在有無を確認
    hasNextBoolean現在のページを基準に、次のページの存在有無を確認
    isFirstBoolean全ページを基準に、現在のページがトップページかを確認
    isLastBoolean全ページを基準に、現在のページが最終ページかを確認
    items.[].applicationIdStringapplication id
    items.[].applicationUrlStringapplicationショートカット Url
    items.[].nameStringapplication name
    items.[].descriptionStringapplication description
    items.[].applicationTypeStringapplication typeapp, web
    items.[].mbrLoginAllowStringapplication mbrLoginAllowALLOW, DENY
    items.[].protocolStringapplication protocolOAUTH2
    items.[].clientIdString[Oauth2] application clientId
    items.[].clientAuthMethodString[Oauth2] application clientAuthMethodclient_secret_basic, client_secret_post, none
    items.[].accessTypeString[Oauth2] application accessTypeconfidential, public
    items.[].redirectUrisArray[Oauth2] application redirectUris
    items.[].grantTypesArray[Oauth2] application grantTypesauthorization_code, refresh_token, implicit
    items.[].scopesArray[Oauth2] application scopesprofile, openid, groups
    items.[].accessTokenValidityNumber[Oauth2] access token有効期限
    items.[].refreshTokenValidityNumber[Oauth2] refresh token有効期限
    items.[].createdAtString[Oauth2] applicationの作成日時(UTC、例: 2023-04-25T13:11:50Z)
    items.[].updatedAtString[Oauth2] applicationの修正日時(UTC、例: 2023-04-25T13:11:50Z)

    この記事は役に立ちましたか?

    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.