About Service API
The About Service API contains information about the Qlik Sense site related to:
- components
- system
- external URLs
- third-party software
The About Service API is a REpresentational State Transfer (REST) web service that contains a number of paths (also referred to as endpoints) that are used to execute various functions. To communicate with these paths, HTTP calls that contain GET requests are made.
The content sent to and received from the paths is formatted as JSON structures. For example, if a GET request is submitted to the /api/about/v1/components path, the user receives a list of all components in the system formatted as a JSON structure.
Stability index
The Qlik Sense stability index indicates how stable or mature an API is. The About Service API has the stability index:
This API is reliable and breaking changes are unlikely.
For more information about the stability index, see Qlik Sense API governance.
Version history
Qlik Sense 3.2
New endpoints:
- Get system information
- Get component information
- Get External URL information
- Get third-party information