Application 단건 조회
- 인쇄
- PDF
Application 단건 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
Application 단건을 조회합니다.
요청
- GET /applications/{applicationId}
요청 Path
파라미터 | 타입 | 필수 여부 | 설명 | 제약 사항 |
---|---|---|---|---|
applicationId | String | Y | Application 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"
}
}
}
파라미터 | 타입 | 설명 | 제약사항 |
---|---|---|---|
applicationId | String | application id | |
applicationUrl | String | application 바로가기 Url | |
name | String | application name | |
description | String | application description | |
applicationType | String | application type | app, web |
mbrLoginAllow | String | application mbrLoginAllow | ALLOW, DENY |
protocol | String | application protocol | OAUTH2 |
clientId | String | [Oauth2] application clientId | |
clientSecret | String | [Oauth2] application clientSecret | |
clientAuthMethod | String | [Oauth2] application clientAuthMethod | client_secret_basic, client_secret_post, none |
accessType | String | [Oauth2] application accessType | confidential, public |
redirectUris | Array | [Oauth2] application redirectUris | |
grantTypes | Array | [Oauth2] application grantTypes | authorization_code, refresh_token, implicit |
scopes | Array | [Oauth2] application scopes | profile, openid, groups |
accessTokenValidity | Number | [Oauth2] access token 만료 시간 | |
refreshTokenValidity | Number | [Oauth2] refresh token 만료 시간 | |
createdAt | String | [Oauth2] application 생성 일시(UTC,ex.2023-04-25T131150Z) | |
consentPage.applicationName | Object | [ConsentPage] 제공 받는 자 | key: ko, ja, en |
consentPage.useLanguages | Array | [ConsentPage] 사용 가능 언어 | ko, ja, en |
consentPage.defaultLanguage | String | [ConsentPage] 기본 언어 | ko, ja, en |
consentPage.usePurposeDesc | Object | [ConsentPage] 사용 목적 | key: ko, ja, en |
consentPage.usePeriodDesc | Object | [ConsentPage] 사용 기간 | key: ko, ja, en |
consentPage.dataTransferAbroad | Boolean | [ConsentPage] 해외 이전 여부 | |
consentPage.dataTransferCountry | Object | [ConsentPage] 해외 이전 국가 | key: ko, ja, en |
consentPage.dataRecipients | Object | [ConsentPage] 이전 받는 사람 | key: ko, ja, en |
consentPage.dataRecipientsContact | Object | [ConsentPage] 이전 받는 사람 연락처 | key: ko, ja, en |
이 문서가 도움이 되었습니까?