Get Applications List
  • 23 Jul 2025
  • 1 Minute to read
  • Contributors

    Get Applications List


      Article summary

      Get
      /v2.2/applications

      This GET API will retrieve a list of all applications. Required permissions [application:read]

      Security
      HTTP
      Type bearer
      Query parameters
      name
      string

      Application name to filter

      host
      string

      Application host to filter

      type
      string

      Application type to filter

      Valid values[ "http", "https", "rdp", "ssh", "vnc" ]
      Examplehttp
      page
      integer

      Specifies the current page of the paginated result set

      limit
      integer

      Defines the number of results per page

      sort
      string

      Sorts the results based on a specified field and order. Available fields for sorting are name, host and type.

      Examplesort[name]=asc
      Responses
      200

      Applications list retrieved successfully

      Expand All
      object
      data
      Array of object (ApplicationsListObject)

      List of retrieved applications

      object
      id
      string

      Unique application ID

      name
      string

      Application name

      type
      string

      Application type

      Valid values[ "http", "https", "rdp", "ssh", "vnc" ]
      enabled
      boolean

      Application enabling status

      policy
      object

      Application related Policy data

      id
      string

      Policy Id

      name
      string

      Policy name

      createdAt
      string

      Application create date

      network
      object

      Application related Network data

      id
      string

      Network Id

      name
      string

      Network name

      host
      string

      Application host

      port

      Application port

      OneOf
      integer
      integer
      Minimum1
      Maximum65353
      string
      string
      Min length1
      page
      integer

      Current page number

      totalPage
      integer

      Number of all pages

      itemsTotal
      integer

      Number of all items

      400

      Bad Request

      401

      Not Authorized

      403

      Forbidden

      500

      Internal Server Error


      Was this article helpful?