GetSysInfo

Async invoke of HTTP GET request to the endpoint api/sysinfo, and returns the version number of the server in dotted notation. for example: 1.0.6122.35788 Returns (Task<System.String>.)

Retrieve the system’s information.

Name Description

Get Sys Info

Example in C#

// Returns: SysInfo
var sysInfo = await client.GetSysInfo();

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/sysinfo \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'