EMS.Services.TEMSInternalAPI.RetrieveInstallation
Delphi
function RetrieveInstallation(const AInstallationID: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;
C++
bool __fastcall RetrieveInstallation(const System::UnicodeString AInstallationID, /* out */ _di_IEMSResourceResponseContent &AResponse)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | EMS.Services.pas EMS.Services.hpp | EMS.Services | TEMSInternalAPI | 
Description
Retrieves the field data from the specified EMS Installation identifier.
RetrieveInstallation gets the field data for the AInstallationID from the EMS Server. RetrieveInstallation puts the response from the resource in the AResponse parameter.
RetrieveInstallation returns False if the response request status code is 404 (the EMS Installation is Not found). Otherwise, RetrieveInstallation returns True.