Method GetAll
GetAll()
Returns the list of currently registered chemical definitions
[OperationContract]
[SwaggerWcfTag("Chemicals", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Get All Chemicals", Description = "Get the list of chemical definitions")]
[WebGet(UriTemplate = "Definitions", ResponseFormat = WebMessageFormat.Json)]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.OK, Description = "Success")]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.InternalServerError, Description = "An unexpected error occurred while processing the request.", Type = typeof(JsonErrorMessage))]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.BadRequest, Description = "Fault exception", Type = typeof(JsonErrorMessage))]
ChemTypeInfoContract[] GetAll()
Returns
- ChemTypeInfoContract[]
The list of chemical definitions