Skip to main content

Get entity from FeatureModelRelationships by key

GET 

/FeatureModelRelationships(:id)

Get entity from FeatureModelRelationships 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 FeatureModelRelationship

Query Parameters

    $select string[]

    Possible values: [featureModelId, fromNodeId, featureModelDynamicGroupFromId, toNodeId, featureModelDynamicGroupToId, expressionId, order, default, type, displaySeperateBlade, isDefaultSelector, displayType, combineIntoQuotationGroup, hideExcludeInView, id, createdDate, updatedDate, organizationId, reference, creatorId, customField1, customField2, customField3, customField4, customField5, organization]

    Select properties to be returned

    $expand string[]

    Possible values: [*, organization]

    Expand related entities

Responses

Retrieved entity

Schema

    featureModelId uuid
    fromNodeId uuid
    featureModelDynamicGroupFromId uuid
    toNodeId uuid
    featureModelDynamicGroupToId uuid
    expressionId uuid
    order int32

    Possible values: >= -2147483648 and <= 2147483647

    default boolean
    type
    displaySeperateBlade boolean
    isDefaultSelector boolean
    displayType
    combineIntoQuotationGroup boolean
    hideExcludeInView boolean
    id uuid
    createdDate date-time
    updatedDate date-time
    organizationId uuid
    reference string
    creatorId uuid
    customField1 string
    customField2 string
    customField3 string
    customField4 string
    customField5 string
    organization
Loading...