GET system/info
Gets the system information.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A version number and custom CSS for the site.
SysInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| CSS | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "sample string 1",
"CSS": "sample string 2"
}