GET stomp API call added
This commit is contained in:
@@ -29,4 +29,13 @@ class API_office_stompjes extends API
|
||||
|
||||
$this->apiOutput(200, ['success' => 'Stomp removed.']);
|
||||
}
|
||||
|
||||
public function getStomp()
|
||||
{
|
||||
list($query, $types, $params) = $this->buildDynamicQuery('office_stompjes');
|
||||
|
||||
$items = $this->generalGetFunction($query, $types, $params, false, 'Stompjes');
|
||||
|
||||
return ($items);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user