GET api/System
Show system data
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SystemDataName | Description | Type | Additional information |
---|---|---|---|
WebApiVersion |
This is the version of the web api application running on the server |
string |
None. |
ActVersion |
This is the version of the Act! application running on the server |
string |
None. |
Error |
If the endpoint runs into an error, the description of the error is returned in this property |
string |
None. |
TimeZone |
The timezone set on the server |
string |
None. |
ActCulture |
The language of the Act! application installed on the server |
string |
None. |
ActProductId |
The Act Product ID |
string |
None. |
DateFormat | string |
None. |
|
ServerTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "WebApiVersion": "1.0.0.16", "ActVersion": "sample string 1", "Error": "sample string 2", "TimeZone": "sample string 3", "ActCulture": "sample string 4", "ActProductId": "sample string 5", "DateFormat": "sample string 6", "ServerTime": "2024-12-05T02:07:23Z" }