Skip to main content

Retrieve 3D layout

GET 

/configurator/:version/configurator/:id/3dlayout

Retrieve 3D layout

Request

Path Parameters

    id uuidrequired

    Identifier of the configuration

    version stringrequired

Responses

Success

Schema

  • Array [

  • configurationId uuid
    name stringnullable
    imageUrl stringnullable
    urn stringnullable
    x float
    y float
    z float
    rotationY float

    mapped3dItems

    object

    visibleItems string[]nullable
    hiddenItems string[]nullable

    itemColors

    object

    nullable

    property name*

    float[]

    nullable

  • Array [

  • number

  • ]

  • itemMaterials

    object

    nullable

    property name*

    Material

    nullable

    id uuid
    organizationId uuidnullable
    reference stringnullable
    synced boolean
    createdDate date-time
    updatedDate date-time
    name stringnullable
    type int32

    Possible values: [0, 1, 2]

    Basic, Lambert, Phong

    color stringnullable
    ambient stringnullable
    emissive stringnullable
    specular stringnullable
    wireframe boolean
    map stringnullable
    envMap stringnullable
    alphaTest double
    side int32

    Possible values: [0, 1, 2]

    Front, Back, Double

    transparant boolean
    opacity double
    fog boolean
    lightMap stringnullable
    specularMap stringnullable
    normalMap stringnullable
    bumpMap stringnullable
    bumpScale double
    shininess double
    metal boolean
    reflectivity double
    refractionRatio double
    combine int32

    Possible values: [0, 1, 2]

    Multiply, Mix, Add

    envMapMapping int32
    textureWrapX int32

    Possible values: [0, 1, 2]

    Clamp, Repeat, Mirrored

    textureWrapY int32

    Possible values: [0, 1, 2]

    Clamp, Repeat, Mirrored

    textureRepeatX double
    textureRepeatY double
    textureFlipY boolean
    previewImageUrl stringnullable
  • ]

Loading...