EMS.Services.TEMSInternalAPI.QueryInstallations

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 QueryInstallations(const AQuery: TQueryParams): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall QueryInstallations(const TQueryParams AQuery);

Description

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

QueryInstallations queries the EMS Installations resource in the EMS Server by using the AQuery parameters. If the AQuery parameters are empty, the query result from the EMS Server returns all the information unfiltered and unordered.

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

See Also