Skip to main content

Retrieve 2D layout

GET 

/configurator/:version/configurator/:id/2dlayout

Retrieve 2D layout

Request

Path Parameters

    id uuidrequired

    Identifier of the configuration

    version stringrequired

Query Parameters

    stepId uuid

    Identifier of the step

Responses

Success

Schema

  • Array [

  • id uuid
    organizationId uuidnullable
    reference stringnullable
    synced boolean
    createdDate date-time
    updatedDate date-time
    stepId uuid
    x int32
    y int32
    z int32
    type int32

    Possible values: [0, 1]

    Standard, Magnifier

    url stringnullable
    featureModelNodeIds string[]nullable
    isHidden boolean
  • ]

Loading...