EMS.Services.TEMSInternalAPI.QueryUsers

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: TEMSInternalAPI

Delphi

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

C++

_di_IEMSResourceResponseContent __fastcall QueryUsers(const TQueryParams AQuery)/* overload */;

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