Added new get groups endpoint

GET api/v1/groups

params:

filter

** code ( available operators : [==, =@]
** title ( available operators : [==, =@]

order

** id
** code
** title

Change-Id: I4e45febb1aa85bb61bd8b4a391e45fb217e2bb95
This commit is contained in:
Sebastian Marcet
2017-11-30 16:49:44 -03:00
parent 56b33f3926
commit 84a58c9eab
14 changed files with 278 additions and 18 deletions

View File

@@ -156,7 +156,7 @@ final class OAuth2SummitSpeakersApiController extends OAuth2ProtectedController
}
public function getAllSpeakers(){
public function getAll(){
try {
$values = Input::all();