REST.Backend.EMSApi.TEMSClientAPI.RetrieveModuleResourcesFields
Delphi
procedure RetrieveModuleResourcesFields(const AFields: TJSONArray);
C++
void __fastcall RetrieveModuleResourcesFields(System::Json::TJSONArray* const AFields);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | REST.Backend.EMSApi.pas REST.Backend.EMSApi.hpp | REST.Backend.EMSApi | TEMSClientAPI | 
Description
Queries the EMS server for a list of fields that the EMS server supports for module resources.
RetrieveModuleResourcesFields fills AFields with the results from the EMS server.
Exceptions
| Exception | Message | Description | 
|---|---|---|
| MasterSecret required | Authentication is TAuthentication.MasterSecret and ConnectionInfo.MasterSecret is an empty string. | |
| Session token required | Authentication is TAuthentication.Session and you did not log in or the session authentication token that you provided to Login is an empty string. | 
See Also
- REST.Backend.EMSApi.TEMSClientAPI.UnregisterModuleResource
- REST.Backend.EMSApi.TEMSClientAPI.QueryModuleResources
- REST.Backend.EMSApi.TEMSClientAPI.UpdateModuleResource
- REST.Backend.EMSApi.TEMSClientAPI.RetrieveModuleResource