MENU
      Viewing application list
        • PDF

        Viewing application list

        • PDF

        Article summary

        View the application list.

        Requests

        • GET /applications

        Request parameters

        ParametersTypeRequiredDescriptionService limits
        searchColumnStringNSearch columnapplicationId, applicationName
        searchWordStringNSearch keywords
        pageintNPage numberDefault value: 0
        sizeintNSize of result listDefault value: 20

        Responses

        Response bodies

        {
          "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"
        }
        JSON
        ParametersTypeDescriptionService limits
        pageNumberReturned result page
        totalPagesNumberReturned result totalPage
        totalItemsNumberReturned result totalItems
        hasPreviousBooleanChecks whether the previous page exists based on the current page
        hasNextBooleanChecks whether the next page exists based on the current page
        isFirstBooleanChecks whether the current page is the first page based on all pages
        isLastBooleanChecks whether the current page is the last page based on all pages
        items.[].applicationIdStringapplication id
        items.[].applicationUrlStringGo to application 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 expiration time
        items.[].refreshTokenValidityNumber[Oauth2] refresh token expiration time
        items.[].createdAtString[Oauth2] application creation time (UTC, e.g., 2023-04-25T13:11:50Z)
        items.[].updatedAtString[Oauth2] application edit date and time (UTC, example: 2023-04-25T13:11:50Z)

        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.