Viewing a single application
    • PDF

    Viewing a single application

    • PDF

    Article summary

    View a single application.

    Requests

    • GET /applications/{applicationId}

    Request path

    ParametersTypeRequiredDescriptionService limits
    applicationIdStringYApplication Id

    Responses

    Response bodies

    {
        "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"
            }
        }
    }
    
    ParametersTypeDescriptionService limits
    applicationIdStringapplication id
    applicationUrlStringGo to application 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 expiration time
    refreshTokenValidityNumber[Oauth2] refresh token expiration time
    createdAtString[Oauth2] application creation time (UTC, e.g., 2023-04-25T13:11:50Z)
    consentPage.applicationNameObject[ConsentPage] Recipientkey: ko, ja, en
    consentPage.useLanguagesArray[ConsentPage] Available languagesko, ja, en
    consentPage.defaultLanguageString[ConsentPage] Default languageko, ja, en
    consentPage.usePurposeDescObject[ConsentPage] Purpose of usekey: ko, ja, en
    consentPage.usePeriodDescObject[ConsentPage] Period of usekey: ko, ja, en
    consentPage.dataTransferAbroadBoolean[ConsentPage] Overseas relocation status
    consentPage.dataTransferCountryObject[ConsentPage] Country of overseas relocationkey: ko, ja, en
    consentPage.dataRecipientsObject[ConsentPage] Previous recipientkey: ko, ja, en
    consentPage.dataRecipientsContactObject[ConsentPage] Previous recipient contactkey: ko, ja, en

    Was this article helpful?

    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.