Table of Contents

Method GetReferenceSolutionDefinitions

Namespace
Everest.Service.Catalog.Referents
Assembly
Everest.Service.dll

GetReferenceSolutionDefinitions(ProductLines?, bool, bool)

[OperationContract]
[FaultContract(typeof(ValidationFaultContract))]
[SwaggerWcfTag("Catalog (referents)", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Get Reference Solution Definitions", Description = "Get the list of catalog reference solution definitions (basic contract) matching the provided filter criteria")]
[WebGet(UriTemplate = "/Definitions?productLines={productLines}&includeCustom={includeCustom}&excludeOfficial={excludeOfficial}", 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))]
CatalogReferenceSolutionProductsDefinitionContract[] GetReferenceSolutionDefinitions(ProductLines? productLines = ProductLines.All, bool includeCustom = false, bool excludeOfficial = false)

Parameters

productLines ProductLines?
includeCustom bool
excludeOfficial bool

Returns

CatalogReferenceSolutionProductsDefinitionContract[]