Method GetAnalyteApplications
GetAnalyteApplications(string)
Retrieves the possible applications of a mixture containing an analyte of the specified chemical.
public ChemicalApplication[] GetAnalyteApplications(string code)
Parameters
codestringThe unique identifier of the chemical analyte.
Returns
- ChemicalApplication[]
An array of Everest.Model.ChemTypes.ChemicalApplication representing the possible applications.
Remarks
This method is accessible via a GET request to the URI template:
Overview/Analytes/Applications/{code}.
Exceptions
- FaultException<TDetail>
Thrown when the specified chemical is not found.
- FaultException<TDetail>
Thrown when the input validation fails.