• Account Management
  • Alias
  • Application
  • Application Admin
  • Application Licensing
  • Audit
  • Backup
  • Directory
  • Directory Admin
  • Group Admin
  • Group Level Admin
  • Groups
  • Groups Membership
  • LDAP Connection Pool
  • Look and Feel
  • Mail Server
  • Remember Me
  • SAML Configuration
  • Server Info
  • Sessions
  • Token
  • User Admin
  • User Authentication
  • Users
Server
Crowd Data Center / / REST API

Server Info

Postman Collection
OpenAPI
GET

Get server info

Returns server information

Request

This request has no parameters.

Responses

should always return server information

application/json

any

GET/rest/admin/1.0/server-info
1 2 3 curl --request GET \ --url 'http://{baseurl}/rest/rest/admin/1.0/server-info' \ --header 'Accept: application/json'
200Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 { "version": "3.3.0", "deploymentTitle": "Crowd: Commercial", "buildNumber": 1234, "buildDate": "2018-10-01", "baseUrl": "http://localhost:8095/crowd", "versions": [ "3", "3", "0" ], "deploymentType": "Server", "serverTime": "2020-04-29T11:58:07.249+0200" }

Rate this page: