• Access Mode
  • Admin Group
  • Admin User
  • Attachments
  • Backup and Restore
  • Category
  • Child Content
  • Content Blueprint
  • Content Body
  • Content Descendant
  • Content Labels
  • Content Property
  • Content Resource
  • Content Restrictions
  • Content Version
  • Content Watchers
  • GlobalColorScheme
  • Group
  • Instance Metrics
  • Label
  • Long Task
  • Server Information
  • Space
  • Space Label
  • Space Permissions
  • Space Property
  • Space Watchers
  • SpaceColorScheme
  • User
  • User Group
  • User Watch
  • Webhooks
  • Other operations
Server
Confluence Data Center / / REST API

Server Information

Postman Collection
OpenAPI
GET

Get server information

Returns information about the current application build running on this instance.

Request

This request has no parameters.

Responses

The server build information.

application/json

ServerInformation
GET/rest/api/server-information
1 2 3 curl --request GET \ --url 'http://{baseurl}/confluence/rest/api/server-information' \ --header 'Accept: application/json'
200Response
1 2 3 4 5 6 7 { "baseUrl": "<string>", "version": "<string>", "buildNumber": 2154, "marketplaceBuildNumber": 2154, "buildDate": "<string>" }

Rate this page: