Table of Contents

Method GetAll

Namespace
Everest.Service.Storage
Assembly
Everest.Service.dll

GetAll()

Returns the list of currently registered storage conditions

[OperationContract]
[FaultContract(typeof(DbFaultContract))]
[SwaggerWcfTag("Storage Conditions", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Get All Storage Conditions", Description = "Get the list of storage conditions")]
[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))]
StorageConditionContract[] GetAll()

Returns

StorageConditionContract[]

The list of storage conditions