EMS.Services.TEMSInternalAPI.QueryUsers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function QueryUsers(const AQuery: TQueryParams): IEMSResourceResponseContent; overload;

C++

_di_IEMSResourceResponseContent __fastcall QueryUsers(const System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AQuery)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI

Description

Retrieves the EMS Users from the EMS Server using the query parameters.

QueryUsers queries the EMS Users 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.

QueryUsers returns an IEMSResourceResponseContent to read the response from the resource.

See Also