Skip to main content

Get entities from FeatureModels

GET 

/FeatureModels

Get entities from FeatureModels

Request

Query Parameters

    $top integer

    Show only the first n items

    $skip integer

    Skip the first n items

    $search string

    Search items by search phrases

    $filter string

    Filter items by property values

    $count boolean

    Include count of items

    $orderby string[]

    Possible values: [rootFeatureId, rootFeatureId desc, order, order desc, displayPrices, displayPrices desc, hideInShowroom, hideInShowroom desc, hideInOrderEntry, hideInOrderEntry desc, autodeskUrn, autodeskUrn desc, isLocked, isLocked 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

    $select string[]

    Possible values: [rootFeatureId, order, displayPrices, hideInShowroom, hideInOrderEntry, autodeskUrn, isLocked, id, createdDate, updatedDate, organizationId, reference, creatorId, customField1, customField2, customField3, customField4, customField5, rootFeature, organization]

    Select properties to be returned

    $expand string[]

    Possible values: [*, rootFeature, organization]

    Expand related entities

Responses

Retrieved entities

Schema

    value

    object[]

  • Array [

  • rootFeatureId uuid
    order int32

    Possible values: >= -2147483648 and <= 2147483647

    displayPrices boolean
    hideInShowroom boolean
    hideInOrderEntry boolean
    autodeskUrn string
    isLocked 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
    rootFeature
    organization
  • ]

Loading...