Viewing a single application
- Print
- PDF
Viewing a single application
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
View a single application.
Requests
- GET /applications/{applicationId}
Request path
Parameters | Type | Required | Description | Service limits |
---|---|---|---|---|
applicationId | String | Y | Application 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"
}
}
}
Parameters | Type | Description | Service limits |
---|---|---|---|
applicationId | String | application id | |
applicationUrl | String | Go to 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 expiration time | |
refreshTokenValidity | Number | [Oauth2] refresh token expiration time | |
createdAt | String | [Oauth2] application creation time (UTC, e.g., 2023-04-25T13:11:50Z) | |
consentPage.applicationName | Object | [ConsentPage] Recipient | key: ko, ja, en |
consentPage.useLanguages | Array | [ConsentPage] Available languages | ko, ja, en |
consentPage.defaultLanguage | String | [ConsentPage] Default language | ko, ja, en |
consentPage.usePurposeDesc | Object | [ConsentPage] Purpose of use | key: ko, ja, en |
consentPage.usePeriodDesc | Object | [ConsentPage] Period of use | key: ko, ja, en |
consentPage.dataTransferAbroad | Boolean | [ConsentPage] Overseas relocation status | |
consentPage.dataTransferCountry | Object | [ConsentPage] Country of overseas relocation | key: ko, ja, en |
consentPage.dataRecipients | Object | [ConsentPage] Previous recipient | key: ko, ja, en |
consentPage.dataRecipientsContact | Object | [ConsentPage] Previous recipient contact | key: ko, ja, en |
Was this article helpful?