Application の個別照会
    • PDF

    Application の個別照会

    • PDF

    Article Summary

    Applicationを個別に照会します。

    リクエスト

    • GET /applications/{applicationId}

    リクエスト Path

    パラメータタイプ必須有無説明制限事項
    applicationIdStringYApplication Id

    レスポンス

    レスポンスボディ

    {
        "applicationId" : "string",
        "applicationUrl" : "string",
        "name" : "string",
        "description" : "string",
        "applicationType" : "string",
        "mbrLoginAllow" : "string",
        "protocol" : "string",
        "clientId" : "string",
        "clientSecret" : "string",
        "clientAuthMethod" : "string",
        "accessType" : "string",
        "redirectUris" : "string",
        "grantTypes" : "string",
        "scopes" : "string",
        "accessTokenValidity" : "string",
        "refreshTokenValidity" : "string",
        "createdAt" : "string"
        "consentPage" : {
            "applicationName" : {
                "ko" : "string",
                "en" : "string",
                "ja" : "string"
            },
            "useLanguages" : ["string"],
            "defaultLanguage" : "string",
            "usePurposeDesc" : {
                "ko" : "string",
                "en" : "string",
                "ja" : "string"
            },
            "usePeriodDesc" : {
                "ko" : "string",
                "en" : "string",
                "ja" : "string"
            },
            "dataTransferAbroad" : "boolean",
            "dataTransferCountry" : {
                "ko" : "string",
                "en" : "string",
                "ja" : "string"
            },
            "dataRecipients" : {
                "ko" : "string",
                "en" : "string",
                "ja" : "string"
            },
            "dataRecipientsContact" : {
                "ko" : "string",
                "en" : "string",
                "ja" : "string"
            }
        }
    }
    
    パラメータタイプ説明制限事項
    applicationIdStringapplication id
    applicationUrlStringapplicationショートカット Url
    nameStringapplication name
    descriptionStringapplication description
    applicationTypeStringapplication typeapp, web
    mbrLoginAllowStringapplication mbrLoginAllowALLOW, DENY
    protocolStringapplication protocolOAUTH2
    clientIdString[Oauth2] application clientId
    clientSecretString[Oauth2] application clientSecret
    clientAuthMethodString[Oauth2] application clientAuthMethodclient_secret_basic, client_secret_post, none
    accessTypeString[Oauth2] application accessTypeconfidential, public
    redirectUrisArray[Oauth2] application redirectUris
    grantTypesArray[Oauth2] application grantTypesauthorization_code, refresh_token, implicit
    scopesArray[Oauth2] application scopesprofile, openid, groups
    accessTokenValidityNumber[Oauth2] access token有効期限
    refreshTokenValidityNumber[Oauth2] refresh token有効期限
    createdAtString[Oauth2] applicationの作成日時(UTC、例: 2023-04-25T13:11:50Z)
    consentPage.applicationNameObject[ConsentPage] 提供先key: ko, ja, en
    consentPage.useLanguagesArray[ConsentPage] 対応言語ko, ja, en
    consentPage.defaultLanguageString[ConsentPage] デフォルト言語ko, ja, en
    consentPage.usePurposeDescObject[ConsentPage] 使用目的key: ko, ja, en
    consentPage.usePeriodDescObject[ConsentPage] 使用期間key: ko, ja, en
    consentPage.dataTransferAbroadBoolean[ConsentPage] 海外移行の有無
    consentPage.dataTransferCountryObject[ConsentPage] 海外移行先の国key: ko, ja, en
    consentPage.dataRecipientsObject[ConsentPage] 移行先key: ko, ja, en
    consentPage.dataRecipientsContactObject[ConsentPage] 移行先の連絡先key: ko, ja, en

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

    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.