Added GET API call for servers.

This commit is contained in:
2026-06-14 23:13:04 +02:00
parent b93f4d2e9c
commit b227cfb2c5
2 changed files with 8 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ class API_servers extends API
{
public function getServers($returnBoolean = false)
{
list($query, $types, $params) = $this->buildDynamicQuery('servers');
$items = $this->generalGetFunction($query, $types, $params, $returnBoolean, 'Server');