GET api/System
Show system data
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SystemData| Name | 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": "2026-01-01T22:47:02Z"
}