Get product info

api/entities/{id}

{id} - product id

Method GET

Request Headers

x-token: 83d7e09f5cce1de1b1fc18f312667785ee6502cfb13f35ff98902a2fd0ecbb99

Response

{ "status": "ok", "data": { "geometries": [ { "id": "103880", "materialId": "267", "source": "bank", "name": "mesh_0", "md5": "85939f2222d36489fc09b04f05a8d061", "color": "", "setId": null }, { "id": "103881", "materialId": "32553", "source": "bank", "name": "mesh_1", "md5": "ed90430b78f029c362bb92fb28030311", "color": "", "setId": null }, { "id": "103882", "materialId": "35689", "source": "bank", "name": "mesh_2", "md5": "2501296f4861198426510025ac41e03b", "color": "", "setId": null }, { "id": "103883", "materialId": "#ffffff", "source": "none", "name": "r2d_lamp", "md5": "f137d11c0c884216b78c29828ebde73d", "color": "#ffffff", "addMaterial": "35688", "setId": null } ], "properties": { "depth": "11", "width": "11", "height": "42", "appointment": "scene", "contourCut": "4.95,0,5,-0.05,5.5,-0.56,5.5,-0.6,5.33,-41.95,5.31,-42,-0.85,-42,-1.65,-42,-1.68,-42,-3.08,-42,-3.13,-42,-4.96,-42,-5.04,-42,-5.15,-42,-5.22,-42,-5.31,-42,-5.33,-41.95,-5.5,-0.6,-5.5,-0.56,-5,-0.05,-4.95,0,0,0,3.99,0,4.69,0", "contourTop": "0,5.5,0.89,5.43,1.74,5.22,2.53,4.89,3.25,4.44,3.89,3.89,4.44,3.25,4.89,2.53,5.22,1.74,5.43,0.89,5.5,0,5.43,-0.89,5.22,-1.74,4.89,-2.53,4.44,-3.25,3.89,-3.89,3.25,-4.44,2.53,-4.89,1.74,-5.22,0.89,-5.43,0,-5.5,-0.89,-5.43,-1.74,-5.22,-2.53,-4.89,-3.25,-4.44,-3.89,-3.89,-4.44,-3.25,-4.89,-2.53,-5.22,-1.74,-5.43,-0.89,-5.5,0,-5.43,0.89,-5.22,1.74,-4.89,2.53,-4.44,3.25,-3.89,3.89,-3.25,4.44,-2.53,4.89,-1.74,5.22,-0.89,5.43", "positionY": "50.00" }, "tags": [ "lighting" ], "titles": { "en": "Table lamp AXO light Subzero", "ru": "Настольная лампа AXO light Subzero", "ua": "Настільна лампа AXO light Subzero", "de": "Tischlampe AXO Licht Subzero", "fr": "Lampe de table AXO light Subzero" }, "public": true, "restrictions": [], "price": "0.00", "source": "https://example.com/files/products/32/3265/4df84f0929de12058fb632465e9c4385.glb", "preview": "https://example.com/files/products/32/3265/149b6ef32cef2e1fd0679baa3c8f46c7.png", "configurationAppId": "0", "isOriginalModel": false, "originalEntityId": "0", "configAppFile": "", "userPlanId": "0", "externalId": "", "fixedSize": "0", "categoriesProduct": [ "43" ], "availableForPurchase": "0", "availableProdPage": "0", "productPageLink": "", "fullPreview": "https://example.com/files/products/32/3265/60e4da43500cde6e239fec7748e2b83c.png", "svgFile": "https://example.com/files/products/32/3265/9e9cf902f323d44f1afc8d333dd10e22.svg", "metaZip": "https://example.com/files/products/32/3265/0cb110251c8942f45f1d513543a7ceb8.zip" } }

preview link to preview file
fullPreview link to full preview file



  • categoriesProduct: An array of product categories.

  • categoriesMaterial: An array of material categories.

  • configurationAppId: A value representing the configuration application ID.

  • countryRestrictions: An array specifying country restrictions.

  • fixedSize: A value indicating if the model has a fixed size (0 or 1).

  • geometries: An array of objects representing the geometries of the model. Each geometry object should included:

    • materialId: An integer representing the material ID if addMaterial is not present. And color hex code if addMaterial present.
    • md5: A string representing the MD5 hash of the geometry file.
    • name: A string representing the name of the geometry.
    • names: An object containing localized names (optional).
    • source: A string indicating the source of the geometry.
    • addMaterial: An integer representing the material ID. Works only for color materials with materialId color code
  • isOriginalModel: An integer indicating if the model is original (0 or 1).

  • metaZip: A string for the metadata zip file (optional).

  • originalEntityId: A string representing the original entity ID.

  • preview: A string representing the MD5 hash of the preview image.

  • previewMode: An integer indicating the preview mode (0 or 1).

  • properties: An object containing the properties of the model, including:

    • appointment: A string representing the appointment of the model.
    • contourCut: A string representing the contour cut coordinates.
    • contourTop: A string representing the contour top coordinates.
    • depth: A float representing the depth of the model.
    • height: A float representing the height of the model.
    • positionY: A float representing the Y position of the model.
    • width: A float representing the width of the model.
  • public: A boolean indicating if the model is public.

  • source: A string representing the source ID.

  • svg_file: A string representing the SVG file (optional).

  • tags: An array of strings representing tags for the model.

  • titles: An object containing localized titles of the model. The keys are language codes (e.g., en, de, fr, ru, ua), and the values are the titles.

  • userPlanId: A value representing the user plan ID.

  • productPageLink: Product page link