---
title: "Returns the basic information about the application."
method: GET
path: "/application/info"
tags: ["Application"]
---

# Returns the basic information about the application.

`GET /application/info`

Returns the basic information about the application.

## Response `default`

default response

- ApplicationInfo
  - `buildNumber` string
  - `solutions` SolutionInfo[]
    - `name` string
    - `version` ApplicationVersionImpl
      - `major` integer — The major version number of the application version. This version number is increased with the major changes and releases of the application
      - `minor` integer — The minor version number of the application version. This version number is increased whenever new features are added in given release
      - `fullVersion` string — The full version of the application.
      - `displayVersion` string — The display version of the application. This is the version to be displayed to the customer and can be different from the actual internal version.
  - `version` ApplicationVersionImpl
    - `major` integer — The major version number of the application version. This version number is increased with the major changes and releases of the application
    - `minor` integer — The minor version number of the application version. This version number is increased whenever new features are added in given release
    - `fullVersion` string — The full version of the application.
    - `displayVersion` string — The display version of the application. This is the version to be displayed to the customer and can be different from the actual internal version.
  - `baseUrl` string

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
