Server
Confluence Data Center / / REST API

Server Information

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: