Let the platform do the work

get_server_info

Overview

Retrieves info about the SugarCRM instance.

Available APIs

  • SOAP
  • REST

Definition

get_server_info()

Parameters

Name Type Description
null null No parameters available.

Result

Name Type Description
result get_server_info_result | Array The call result.
result.flavor String The flavor of the instance.
result.version String The version of the instance.
result.gmt_time String The GMT time of the server.

Change Log

Version Change
v2 Method get_server_info was added to replace get_server_time, get_server_version and get_sugar_flavor.
v2 Method get_server_time was removed.
v2 Method get_server_version was removed.
v2 Method get_sugar_flavor was removed.

Examples

PHP


    //this method does not have any parameters
    $get_server_info_parameters = array();

Topics