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.