EMS.Services.TEMSInternalAPI.QueryGroups
Delphi
function QueryGroups(const AQuery: TQueryParams): IEMSResourceResponseContent;
C++
_di_IEMSResourceResponseContent __fastcall QueryGroups(const System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AQuery);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | EMS.Services.pas EMS.Services.hpp  | 
        EMS.Services | TEMSInternalAPI | 
Description
Retrieves the EMS Groups from the EMS Server by using query parameters.
QueryGroups makes a query to the EMS Groups resource by using the AQuery parameters.
If the AQuery params are empty, the response result is unfiltered and unordered.
QueryGroups returns an IEMSResourceResponseContent to read the response from the resource.