Application 목록 조회
    • PDF

    Application 목록 조회

    • PDF

    Article Summary

    Application 목록을 조회합니다.

    요청

    • GET /applications

    요청 파라미터

    파라미터타입필수 여부설명제약 사항
    searchColumnStringN검색 컬럼applicationId, applicationName
    searchWordStringN검색어
    pageintN페이지 번호기본 값: 0
    sizeintN결과 목록 크기기본 값: 20

    응답

    응답 바디

    {
      "page" : "integer",
      "totalPages" : "integer",
      "totalItems" : "integer",
      "hasPrevious" : "boolean",
      "hasNext" : "boolean",
      "items" : [ {
        "applicationId" : "string",
        "applicationUrl" : "string",
        "name" : "string",
        "description" : "string",
        "applicationType" : "string",
        "mbrLoginAllow" : "string",
        "protocol" : "string",
        "clientId" : "string",
        "clientAuthMethod" : "string",
        "accessType" : "string",
        "redirectUris" : "string",
        "grantTypes" : "string",
        "scopes" : "string",
        "accessTokenValidity" : "string",
        "refreshTokenValidity" : "string",
        "createdAt" : "string"
        "updatedAt" : "string"
      } ],
      "isFirst" : "boolean",
      "isLast" : "boolean"
    }
    
    파라미터타입설명제약사항
    pageNumber반환 받은 결과 page
    totalPagesNumber반환 받은 결과 totalPage
    totalItemsNumber반환 받은 결과 totalItems
    hasPreviousBoolean현재 페이지 기준으로 이전 페이지 존재 여부 확인
    hasNextBoolean현재 페이지 기준 으로 다음 페이지 존재 여부 확인
    isFirstBoolean전체 페이지를 기준으로 현재 페이지가 처음 페이지인지 여부 확인
    isLastBoolean전체 페이지를 기준으로 현재 페이지가 마지막 페이지 인지 여부 확인
    items.[].applicationIdStringapplication id
    items.[].applicationUrlStringapplication 바로가기 Url
    items.[].nameStringapplication name
    items.[].descriptionStringapplication description
    items.[].applicationTypeStringapplication typeapp, web
    items.[].mbrLoginAllowStringapplication mbrLoginAllowALLOW, DENY
    items.[].protocolStringapplication protocolOAUTH2
    items.[].clientIdString[Oauth2] application clientId
    items.[].clientAuthMethodString[Oauth2] application clientAuthMethodclient_secret_basic, client_secret_post, none
    items.[].accessTypeString[Oauth2] application accessTypeconfidential, public
    items.[].redirectUrisArray[Oauth2] application redirectUris
    items.[].grantTypesArray[Oauth2] application grantTypesauthorization_code, refresh_token, implicit
    items.[].scopesArray[Oauth2] application scopesprofile, openid, groups
    items.[].accessTokenValidityNumber[Oauth2] access token 만료 시간
    items.[].refreshTokenValidityNumber[Oauth2] refresh token 만료 시간
    items.[].createdAtString[Oauth2] application 생성 일시 (UTC, 예: 2023-04-25T13:11:50Z)
    items.[].updatedAtString[Oauth2] application 수정 일시 (UTC, 예: 2023-04-25T13:11:50Z)

    이 문서가 도움이 되었습니까?

    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.