Get entities from FeatureModelNodes
GET/FeatureModelNodes
Get entities from FeatureModelNodes
Request
Query Parameters
Show only the first n items
Skip the first n items
Search items by search phrases
Filter items by property values
Include count of items
Possible values: [featureModelId
, featureModelId desc
, featureId
, featureId desc
, divergentPrice
, divergentPrice desc
, upvaluePct
, upvaluePct desc
, purchaseDiscountPct
, purchaseDiscountPct desc
, divergentPriceExpressionId
, divergentPriceExpressionId desc
, maxValueExpressionId
, maxValueExpressionId desc
, defaultValueExpressionId
, defaultValueExpressionId desc
, defaultValue
, defaultValue desc
, infoField
, infoField desc
, hideInQuotation
, hideInQuotation desc
, hideInConfigurator
, hideInConfigurator desc
, hideInOrderEntry
, hideInOrderEntry desc
, hideInOverview
, hideInOverview desc
, hideTextValue
, hideTextValue desc
, isQuotationGroup
, isQuotationGroup desc
, isMandatory
, isMandatory desc
, isPreconfiguration
, isPreconfiguration desc
, isPhantom
, isPhantom desc
, textExpressionId
, textExpressionId desc
, linkedFeatureModelId
, linkedFeatureModelId desc
, id
, id desc
, createdDate
, createdDate desc
, updatedDate
, updatedDate desc
, organizationId
, organizationId desc
, reference
, reference desc
, creatorId
, creatorId desc
, customField1
, customField1 desc
, customField2
, customField2 desc
, customField3
, customField3 desc
, customField4
, customField4 desc
, customField5
, customField5 desc
]
Order items by property values
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
Possible values: [*
, feature
, organization
]
Expand related entities
Responses
- 200
- default
Retrieved entities
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
value
object[]
{
"value": [
{
"featureModelId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"featureId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"divergentPrice": 0,
"upvaluePct": 0,
"purchaseDiscountPct": 0,
"divergentPriceExpressionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"maxValueExpressionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"defaultValueExpressionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"defaultValue": 0,
"infoField": "string",
"hideInQuotation": true,
"hideInConfigurator": true,
"hideInOrderEntry": true,
"hideInOverview": true,
"hideTextValue": true,
"isQuotationGroup": true,
"isMandatory": true,
"isPreconfiguration": true,
"isPhantom": true,
"textExpressionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"linkedFeatureModelId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdDate": "2024-06-06T15:30:37.281Z",
"updatedDate": "2024-06-06T15:30:37.281Z",
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"creatorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"customField1": "string",
"customField2": "string",
"customField3": "string",
"customField4": "string",
"customField5": "string",
"feature": {},
"organization": {}
}
]
}
error
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
error
object
required
details
object[]
The structure of this object is service-specific
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
{
"code": "string",
"message": "string",
"target": "string"
}
],
"innererror": {}
}
}