EMS.Services.TEMSInternalAPI.QueryModules
Delphi
function QueryModules(const AQuery: TQueryParams): IEMSResourceResponseContent;
C++
_di_IEMSResourceResponseContent __fastcall QueryModules(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 Edge modules from the EMS Server using the query parameters.
QueryModules queries the EMS EdgeModules resource in the EMS Server by using the AQuery parameters.
If the AQuery parameters are empty, the response from the EMS Server returns all the data unfiltered and unordered.
QueryModules returns an IEMSResourceResponseContent to read the response from the resource.