Skip to main content

Get entity from FeatureModelNodes by key

GET 

/FeatureModelNodes(:id)

Get entity from FeatureModelNodes by key

Request

Path Parameters

    id uuidrequired

    Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    key: id of FeatureModelNode

Query Parameters

    $select string[]

    Possible values: [featureModelId, featureId, divergentPrice, upvaluePct, purchaseDiscountPct, divergentPriceExpressionId, maxValueExpressionId, defaultValueExpressionId, defaultValue, infoField, hideInQuotation, hideInConfigurator, hideInOrderEntry, hideInOverview, hideTextValue, isQuotationGroup, isMandatory, isPreconfiguration, isPhantom, textExpressionId, linkedFeatureModelId, id, createdDate, updatedDate, organizationId, reference, creatorId, customField1, customField2, customField3, customField4, customField5, feature, organization]

    Select properties to be returned

    $expand string[]

    Possible values: [*, feature, organization]

    Expand related entities

Responses

Retrieved entity

Schema

    featureModelId uuid
    featureId uuid
    divergentPrice decimal
    upvaluePct decimal
    purchaseDiscountPct decimal
    divergentPriceExpressionId uuid
    maxValueExpressionId uuid
    defaultValueExpressionId uuid
    defaultValue decimal
    infoField string
    hideInQuotation boolean
    hideInConfigurator boolean
    hideInOrderEntry boolean
    hideInOverview boolean
    hideTextValue boolean
    isQuotationGroup boolean
    isMandatory boolean
    isPreconfiguration boolean
    isPhantom boolean
    textExpressionId uuid
    linkedFeatureModelId uuid
    id uuid
    createdDate date-time
    updatedDate date-time
    organizationId uuid
    reference string
    creatorId uuid
    customField1 string
    customField2 string
    customField3 string
    customField4 string
    customField5 string
    feature
    organization
Loading...