POST /API/managementAPI/getMetaData/{key}
options=…
API Example:
AbstractRemoteManagementAPI.getMetaData({'key': /* key the key of the meta data */, 'options': /* options the options map (domain, queyList, user) */});
Obtains a meta data.
Output:
java.lang.String - the value of the meta data
Form parameters:
options - the options map (domain, queyList, user)