Skip to content

GET /api/v3/drive-templates/constants/elements/public

Summary

GET /drive-templates/elements/public

Description

Returns a paginated list of available template elements that can be used when building a template.

Tags: templates

Parameters

Header Parameters

Name Type Required Description Example
Authorization string ✓ Yes Bearer {AuthToken}
Content-Type string ✓ Yes application/json
Accept string ✓ Yes application/json
AppIdV3 string ✓ Yes LCUID-LAP-********-****-****-****-************

Request Body

Content Type: application/json

Schema

Type: object

Properties:

  • query (string)
  • element_class (string)
  • type (string)

Responses

Response: 200

Description: Sample Response

Content Type: application/json

Schema

Type: object

Properties:

  • success (boolean): Indicates if the request was successful
  • drive_template_elements (object) Type: object

Properties:

  • current_page (integer): The current page number
  • data (array)

    • Array items: object Type: object

    Properties:

    • name (string)
    • description (string)
    • element_class (string)
    • lcuid (string)
    • code (string)
    • type (string)
    • html (string)
    • class_list (string)
    • default_css (string)
    • visibility (integer)
    • options (object) Type: object

      Properties:

      • _init (array)
    • created_at (string)

    • updated_at (string)
    • fonts (array)
    • inner_html (string)
    • preview_html (string)
    • js (string)
    • image (string)
    • order_number (integer)
    • element_settings (array)
  • from (integer)

  • last_page (integer)
  • links (array)

    • Array items: object Type: object

    Properties:

    • url (string)
    • label (string)
    • active (boolean)
  • per_page (integer)

  • to (integer)
  • total (integer)
Example Response
{
    "success": true,
    "drive_template_elements": {
        "current_page": 1,
        "data": [
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-6fcccc06-0211-4ea5-97f8-134fe68de2d3",
                "code": "test_square_d8648",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_d8648\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:29:54.000000Z",
                "updated_at": "2025-12-11T20:29:54.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 134,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-f19915bb-6f64-48e3-9501-2c18698b6d0e",
                "code": "test_square_2dd69",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_2dd69\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:29:54.000000Z",
                "updated_at": "2025-12-11T20:29:54.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 234,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-a3a91361-9fe1-42f7-b82f-85ff0ac1a8d7",
                "code": "test_square",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:29:54.000000Z",
                "updated_at": "2025-12-11T20:29:54.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 601,
                "element_settings": []
            },
            {
                "name": "ZuT4L5KMhd Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-4cd364ca-96b3-4f31-be3f-11f5e10e86da",
                "code": "zut4l5kmhd_testing_from_controller",
                "type": "svg",
                "html": "<div x-objectcode=\"zut4l5kmhd_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"ZuT4L5KMhd Testing from Controller\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\"></rect>\n            </svg></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:09.000000Z",
                "updated_at": "2025-12-11T20:30:09.000000Z",
                "fonts": [],
                "inner_html": "<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\" />\n            </svg>",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\"></rect>\n            </svg></div>",
                "js": "",
                "image": null,
                "order_number": 798,
                "element_settings": []
            },
            {
                "name": "uxqume1kO9 Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-ff8ed07b-6267-4cae-b9f1-05f486d5f601",
                "code": "uxqume1ko9_testing_from_controller",
                "type": "svg",
                "html": "<div x-objectcode=\"uxqume1ko9_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"uxqume1kO9 Testing from Controller\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\"></rect>\n            </svg></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:10.000000Z",
                "updated_at": "2025-12-11T20:30:10.000000Z",
                "fonts": [],
                "inner_html": "<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\" />\n            </svg>",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\"></rect>\n            </svg></div>",
                "js": "",
                "image": null,
                "order_number": 992,
                "element_settings": []
            },
            {
                "name": "IaASoMLJuU Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-34eaa6cd-a6e9-44b9-84b3-c630849861a3",
                "code": "iaasomljuu_testing_from_controller",
                "type": "img",
                "html": "<div x-objectcode=\"iaasomljuu_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image lc_dt_image_center_contain\" id=\"{id}\" title=\"IaASoMLJuU Testing from Controller\" style=\"background-image: url('http://localhost:8080/storage/13/img_693b29d31fdd6_128b726f721f7c3ea8eb.png');\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image lc_dt_image_center_contain",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:11.000000Z",
                "updated_at": "2025-12-11T20:30:11.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);background-size:contain;background-repeat:no-repeat;background-position:center;background-image: url('http://localhost:8080/storage/13/img_693b29d31fdd6_128b726f721f7c3ea8eb.png');\"></div>",
                "js": "",
                "image": {
                    "options": {
                        "public_url": "http://localhost:8080/storage/13/img_693b29d31fdd6_128b726f721f7c3ea8eb.png",
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1"
                    },
                    "mime_type": "image/png",
                    "lcuid": "LCUID-LM-35c6ceae-6bf6-458e-963c-e2bad1d01051",
                    "hash_id": "lch-4HCg"
                },
                "order_number": 1173,
                "element_settings": []
            },
            {
                "name": "Wlrzq4IePi Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-05a1d117-84fa-4c63-bff5-cab6a6a8076e",
                "code": "wlrzq4iepi_testing_from_controller",
                "type": "img",
                "html": "<div x-objectcode=\"wlrzq4iepi_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image lc_dt_image_center_contain\" id=\"{id}\" title=\"Wlrzq4IePi Testing from Controller\" style=\"background-image: url('http://localhost:8080/storage/13/img_693b29d4e795c_cc21a3dec4e8f1ef7a70.png');\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image lc_dt_image_center_contain",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:13.000000Z",
                "updated_at": "2025-12-11T20:30:13.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);background-size:contain;background-repeat:no-repeat;background-position:center;background-image: url('http://localhost:8080/storage/13/img_693b29d4e795c_cc21a3dec4e8f1ef7a70.png');\"></div>",
                "js": "",
                "image": {
                    "options": {
                        "public_url": "http://localhost:8080/storage/13/img_693b29d4e795c_cc21a3dec4e8f1ef7a70.png",
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1"
                    },
                    "mime_type": "image/png",
                    "lcuid": "LCUID-LM-2f4cc845-4635-450f-9648-b9f5b5a9dc5b",
                    "hash_id": "lch-4HCj"
                },
                "order_number": 1287,
                "element_settings": []
            },
            {
                "name": "d39vm1fpde Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-ed6945ad-74ee-433e-aecb-b27637857bd1",
                "code": "d39vm1fpde_testing_from_controller",
                "type": "object",
                "html": "<div x-objectcode=\"d39vm1fpde_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"d39vm1fpde Testing from Controller\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch",
                "default_css": "background-color: #ff0000;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:13.000000Z",
                "updated_at": "2025-12-11T20:30:13.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color: #ff0000;text-align:middle;vertical-align:center;\"></div>",
                "js": "",
                "image": null,
                "order_number": 1475,
                "element_settings": []
            },
            {
                "name": "u2zKKmPpwe Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-d8a91127-24fe-434a-8d91-f2ed701cdb85",
                "code": "u2zkkmppwe_testing_from_controller",
                "type": "svg",
                "html": "<div x-objectcode=\"u2zkkmppwe_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"u2zKKmPpwe Testing from Controller\"><svg></svg></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch",
                "default_css": "background-color: #ff0000;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:13.000000Z",
                "updated_at": "2025-12-11T20:30:13.000000Z",
                "fonts": [],
                "inner_html": "<svg/>",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color: #ff0000;text-align:middle;vertical-align:center;\"><svg></svg></div>",
                "js": "",
                "image": null,
                "order_number": 1659,
                "element_settings": []
            },
            {
                "name": "UWu0srPr7J Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-2f66805f-98ac-4394-907e-c52796276b7e",
                "code": "uwu0srpr7j_testing_from_controller",
                "type": "object",
                "html": "<div x-objectcode=\"uwu0srpr7j_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"UWu0srPr7J Testing from Controller\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch",
                "default_css": "background-color: #ff0000;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:14.000000Z",
                "updated_at": "2025-12-11T20:30:14.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color: #ff0000;text-align:middle;vertical-align:center;\"></div>",
                "js": "",
                "image": null,
                "order_number": 1818,
                "element_settings": []
            },
            {
                "name": "4ds2XZ2tKz Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-19453548-8915-4bdc-a0f3-a78e212be81c",
                "code": "4ds2xz2tkz_testing_from_controller",
                "type": "img",
                "html": "<div x-objectcode=\"4ds2xz2tkz_testing_from_controller\" class=\"lc_ut_designer lc_dt_asset lc_dt_image lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"4ds2XZ2tKz Testing from Controller\" style=\"background-image: url('http://localhost:8080/storage/13/img_693b29d6a41aa_39765621e202cfa95756.png');\"></div>",
                "class_list": "lc_ut_designer lc_dt_asset lc_dt_image lc_dt_image_full_size_stretch",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:14.000000Z",
                "updated_at": "2025-12-11T20:30:14.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;text-align:middle;vertical-align:center;background-image: url('http://localhost:8080/storage/13/img_693b29d6a41aa_39765621e202cfa95756.png');\"></div>",
                "js": "",
                "image": {
                    "options": {
                        "public_url": "http://localhost:8080/storage/13/img_693b29d6a41aa_39765621e202cfa95756.png",
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1"
                    },
                    "mime_type": "image/png",
                    "lcuid": "LCUID-LM-6aa6528e-b750-4a8e-af0f-d8d3a811be60",
                    "hash_id": "lch-4HCl"
                },
                "order_number": 1958,
                "element_settings": []
            },
            {
                "name": "pMCbjC8anH Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-43f6c8be-10b5-4068-8080-283d215e59c6",
                "code": "pmcbjc8anh_testing_from_controller",
                "type": "img",
                "html": "<div x-objectcode=\"pmcbjc8anh_testing_from_controller\" class=\"lc_ut_designer lc_dt_asset lc_dt_image lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"pMCbjC8anH Testing from Controller\" style=\"background-image: url('http://localhost:8080/storage/13/img_693b29d7a0f2e_2e2c3e14d6adb2e9045e.png');\"></div>",
                "class_list": "lc_ut_designer lc_dt_asset lc_dt_image lc_dt_image_full_size_stretch",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:15.000000Z",
                "updated_at": "2025-12-11T20:30:15.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;text-align:middle;vertical-align:center;background-image: url('http://localhost:8080/storage/13/img_693b29d7a0f2e_2e2c3e14d6adb2e9045e.png');\"></div>",
                "js": "",
                "image": {
                    "options": {
                        "public_url": "http://localhost:8080/storage/13/img_693b29d7a0f2e_2e2c3e14d6adb2e9045e.png",
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1"
                    },
                    "mime_type": "image/png",
                    "lcuid": "LCUID-LM-12afd21e-2364-4ced-8b81-fc009d9300c4",
                    "hash_id": "lch-4HCn"
                },
                "order_number": 2141,
                "element_settings": []
            },
            {
                "name": "vcy38Ak1AL Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\TextDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-8c9b54b9-4d62-42c6-8330-7bd1570a3738",
                "code": "vcy38ak1al_testing_from_controller",
                "type": "text",
                "html": "<div x-objectcode=\"vcy38ak1al_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text\" id=\"{id}\" title=\"vcy38Ak1AL Testing from Controller\">vcy38Ak1AL Testing from Controller</div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text",
                "default_css": "color: #ff0000;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:16.000000Z",
                "updated_at": "2025-12-11T20:30:16.000000Z",
                "fonts": [
                    {
                        "id": 57,
                        "lid": "LFT57",
                        "name": "DINNextLTPro-MediumCond",
                        "path": "/13/",
                        "lcuid": "LCUID-LFT-6001fcb2-982c-43ff-9597-d6f4d01084f2",
                        "public": false,
                        "status": 1,
                        "hash_id": "lch-4C9x",
                        "options": {
                            "_init": [],
                            "public_url": "http://localhost:8080/storage/13/fnt_693b29d7eb286_29450cb8bf57324f5f2f.ttf"
                        },
                        "user_id": 13,
                        "filename": "fnt_693b29d7eb286_29450cb8bf57324f5f2f.ttf",
                        "font_type": "ttf",
                        "created_at": "2025-12-11T20:30:15.000000Z",
                        "updated_at": "2025-12-11T20:30:15.000000Z",
                        "unique_hash": "7f05d48f4a28cc6bd2f81faa3c7551f1",
                        "storage_type": "local",
                        "storage_server": "public",
                        "original_filename": "fnt_693b29d7eb286_29450cb8bf57324f5f2f.ttf"
                    }
                ],
                "inner_html": "vcy38Ak1AL Testing from Controller",
                "preview_html": "<div style=\"color: #ff0000;text-align:middle;vertical-align:center;width:100%;height:100%;\">vcy38Ak1AL Testing from Controller</div>",
                "js": "",
                "image": null,
                "order_number": 2265,
                "element_settings": []
            },
            {
                "name": "Vyka8C2f30 Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\TextDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-69cf6b72-a56d-4ab1-aec2-c19920f88be7",
                "code": "vyka8c2f30_testing_from_controller",
                "type": "text",
                "html": "<div x-objectcode=\"vyka8c2f30_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text\" id=\"{id}\" title=\"Vyka8C2f30 Testing from Controller\">Vyka8C2f30 Testing from Controller</div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text",
                "default_css": "color: #ff0000;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:17.000000Z",
                "updated_at": "2025-12-11T20:30:17.000000Z",
                "fonts": [
                    {
                        "id": 58,
                        "lid": "LFT58",
                        "name": "DINNextLTPro-MediumCond",
                        "path": "/13/",
                        "lcuid": "LCUID-LFT-c6c5ee9d-a6bd-49da-ac12-fb25db825e80",
                        "public": false,
                        "status": 1,
                        "hash_id": "lch-4C9y",
                        "options": {
                            "_init": [],
                            "public_url": "http://localhost:8080/storage/13/fnt_693b29d837cac_a54ef044126a64b37266.ttf"
                        },
                        "user_id": 13,
                        "filename": "fnt_693b29d837cac_a54ef044126a64b37266.ttf",
                        "font_type": "ttf",
                        "created_at": "2025-12-11T20:30:16.000000Z",
                        "updated_at": "2025-12-11T20:30:16.000000Z",
                        "unique_hash": "7f05d48f4a28cc6bd2f81faa3c7551f1",
                        "storage_type": "local",
                        "storage_server": "public",
                        "original_filename": "fnt_693b29d837cac_a54ef044126a64b37266.ttf"
                    }
                ],
                "inner_html": "Vyka8C2f30 Testing from Controller",
                "preview_html": "<div style=\"color: #ff0000;text-align:middle;vertical-align:center;width:100%;height:100%;\">Vyka8C2f30 Testing from Controller</div>",
                "js": "",
                "image": null,
                "order_number": 2426,
                "element_settings": []
            },
            {
                "name": "c1su7ejAdy Testing from Controller",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-c08e303d-35d0-41b1-b04b-6aded735de37",
                "code": "test_dte",
                "type": "object",
                "html": "<div x-objectcode=\"test_dte\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"c1su7ejAdy Testing from Controller\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch",
                "default_css": "background-color: #ffff00;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:17.000000Z",
                "updated_at": "2025-12-11T20:30:17.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color: #ffff00;text-align:middle;vertical-align:center;\"></div>",
                "js": null,
                "image": null,
                "order_number": 2592,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\TextDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-3cdd02a9-bf7a-4445-b5a0-87961c331b2e",
                "code": "test_dte_8d4f4",
                "type": "text",
                "html": "<div x-objectcode=\"test_dte_8d4f4\" class=\"lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text\" id=\"{id}\" title=\"Test DTE\" x-element-settings='{\"target_date\":\"12\\/22\\/2025\",\"prefix\":\"Only\",\"suffix\":\"Until the big event!\"}'>Lorem Ipsum</div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text",
                "default_css": "font-size: 12px;color:red;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:18.000000Z",
                "updated_at": "2026-01-21T21:49:18.000000Z",
                "fonts": [],
                "inner_html": "Lorem Ipsum",
                "preview_html": "<div style=\"font-size: 12px;color:red;text-align:middle;vertical-align:center;width:100%;height:100%;\">Lorem Ipsum</div>",
                "js": "registerDesignerFormattingFunction(\n'format_{id}',\n(el,dataValue,dataObject) => {},\n'[id=\"{id}\"]');",
                "image": null,
                "order_number": 2765,
                "element_settings": {
                    "prefix": "Only",
                    "suffix": "Until the big event!",
                    "target_date": "12/22/2025"
                }
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-952c6ad1-eb1a-4a3f-831e-8c5e89d43360",
                "code": "test_square_f3c4c",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_f3c4c\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:25.000000Z",
                "updated_at": "2026-01-21T21:49:25.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 2944,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-ebcece25-6f5f-45b7-baed-2a418cf6b801",
                "code": "test_square_4af5b",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_4af5b\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:25.000000Z",
                "updated_at": "2026-01-21T21:49:25.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 3123,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-0678eb80-2046-43c8-adbc-1babf13aca3a",
                "code": "test_square_e02ec",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_e02ec\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:25.000000Z",
                "updated_at": "2026-01-21T21:49:25.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 3484,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-f3044327-9ede-4d94-82e7-a2119b3c10c9",
                "code": "test_square_4bbc6",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_4bbc6\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:25.000000Z",
                "updated_at": "2026-01-21T21:49:25.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 3584,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-289123d1-7a3a-47f6-83de-ad43e0d627e0",
                "code": "test_square_58fc9",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_58fc9\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:26.000000Z",
                "updated_at": "2026-01-21T21:49:26.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 3809,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-b79942ca-e565-4f22-aef3-423250ce7bf6",
                "code": "test_square_c6edc",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_c6edc\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:26.000000Z",
                "updated_at": "2026-01-21T21:49:26.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 3909,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-17a0e23b-d591-40ff-b64b-c75ab100f8ea",
                "code": "test_square_03533",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_03533\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:26.000000Z",
                "updated_at": "2026-01-21T21:49:26.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 4302,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-b33af9b0-93a6-4ce7-8961-033008e37e22",
                "code": "test_square_fb63f",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_fb63f\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:26.000000Z",
                "updated_at": "2026-01-21T21:49:26.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 4402,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-9325834d-b739-44bf-b2a7-83cf0053e09b",
                "code": "test_square_b9d88",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_b9d88\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:27.000000Z",
                "updated_at": "2026-01-21T21:49:27.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 4543,
                "element_settings": []
            }
        ],
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; Previous",
                "active": false
            },
            {
                "url": "http://localhost:8080/api/v3/drive-templates/constants/elements/public?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next &raquo;",
                "active": false
            }
        ],
        "per_page": 100,
        "to": 25,
        "total": 25
    }
}

Example Implementations

Bash (cURL)

curl --request GET \
    --get "https://api.lucit.app/api/v3/drive-templates/constants/elements/public" \
    --header "Authorization: Bearer {AuthToken}" \
    --header "Content-Type: application/json" \
    --header "Accept: application/json" \
    --header "AppIdV3: LCUID-LAP-********-****-****-****-************" \
    --data "{
    \"query\": \"aliquid\",
    \"element_class\": \"aliquid\",
    \"type\": \"aliquid\"
}"

JavaScript (Fetch API)

const url = new URL(
    "https://api.lucit.app/api/v3/drive-templates/constants/elements/public"
);

const headers = {
    "Authorization": "Bearer {AuthToken}",
    "Content-Type": "application/json",
    "Accept": "application/json",
    "AppIdV3": "LCUID-LAP-********-****-****-****-************",
};

let body = {
    "query": "aliquid",
    "element_class": "aliquid",
    "type": "aliquid"
};

fetch(url, {
    method: "GET",
    headers,
    body: JSON.stringify(body),
}).then(response => response.json());

PHP (Guzzle)

$client = new \GuzzleHttp\Client();
$response = $client->get(
    'https://api.lucit.app/api/v3/drive-templates/constants/elements/public',
    [
        'headers' => [
            'Authorization' => 'Bearer {AuthToken}',
            'Content-Type' => 'application/json',
            'Accept' => 'application/json',
            'AppIdV3' => 'LCUID-LAP-********-****-****-****-************',
        ],
        'json' => [
            'query' => 'aliquid',
            'element_class' => 'aliquid',
            'type' => 'aliquid',
        ],
    ]
);
$body = $response->getBody();
print_r(json_decode((string) $body));

Python (Requests)

import requests
import json

url = 'https://api.lucit.app/api/v3/drive-templates/constants/elements/public'
payload = {
    "query": "aliquid",
    "element_class": "aliquid",
    "type": "aliquid"
}
headers = {
  'Authorization': 'Bearer {AuthToken}',
  'Content-Type': 'application/json',
  'Accept': 'application/json',
  'AppIdV3': 'LCUID-LAP-********-****-****-****-************'
}

response = requests.request('GET', url, headers=headers, json=payload)
response.json()

Example Responses

200 Response

{
    "success": true,
    "drive_template_elements": {
        "current_page": 1,
        "data": [
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-6fcccc06-0211-4ea5-97f8-134fe68de2d3",
                "code": "test_square_d8648",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_d8648\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:29:54.000000Z",
                "updated_at": "2025-12-11T20:29:54.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 134,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-f19915bb-6f64-48e3-9501-2c18698b6d0e",
                "code": "test_square_2dd69",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_2dd69\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:29:54.000000Z",
                "updated_at": "2025-12-11T20:29:54.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 234,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-a3a91361-9fe1-42f7-b82f-85ff0ac1a8d7",
                "code": "test_square",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:29:54.000000Z",
                "updated_at": "2025-12-11T20:29:54.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 601,
                "element_settings": []
            },
            {
                "name": "ZuT4L5KMhd Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-4cd364ca-96b3-4f31-be3f-11f5e10e86da",
                "code": "zut4l5kmhd_testing_from_controller",
                "type": "svg",
                "html": "<div x-objectcode=\"zut4l5kmhd_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"ZuT4L5KMhd Testing from Controller\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\"></rect>\n            </svg></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:09.000000Z",
                "updated_at": "2025-12-11T20:30:09.000000Z",
                "fonts": [],
                "inner_html": "<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\" />\n            </svg>",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\"></rect>\n            </svg></div>",
                "js": "",
                "image": null,
                "order_number": 798,
                "element_settings": []
            },
            {
                "name": "uxqume1kO9 Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-ff8ed07b-6267-4cae-b9f1-05f486d5f601",
                "code": "uxqume1ko9_testing_from_controller",
                "type": "svg",
                "html": "<div x-objectcode=\"uxqume1ko9_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"uxqume1kO9 Testing from Controller\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\"></rect>\n            </svg></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:10.000000Z",
                "updated_at": "2025-12-11T20:30:10.000000Z",
                "fonts": [],
                "inner_html": "<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\" />\n            </svg>",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 100 100\" pointer-events=\"none\">\n                <rect x=\"5\" y=\"5\" width=\"90\" height=\"90\"></rect>\n            </svg></div>",
                "js": "",
                "image": null,
                "order_number": 992,
                "element_settings": []
            },
            {
                "name": "IaASoMLJuU Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-34eaa6cd-a6e9-44b9-84b3-c630849861a3",
                "code": "iaasomljuu_testing_from_controller",
                "type": "img",
                "html": "<div x-objectcode=\"iaasomljuu_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image lc_dt_image_center_contain\" id=\"{id}\" title=\"IaASoMLJuU Testing from Controller\" style=\"background-image: url('http://localhost:8080/storage/13/img_693b29d31fdd6_128b726f721f7c3ea8eb.png');\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image lc_dt_image_center_contain",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:11.000000Z",
                "updated_at": "2025-12-11T20:30:11.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);background-size:contain;background-repeat:no-repeat;background-position:center;background-image: url('http://localhost:8080/storage/13/img_693b29d31fdd6_128b726f721f7c3ea8eb.png');\"></div>",
                "js": "",
                "image": {
                    "options": {
                        "public_url": "http://localhost:8080/storage/13/img_693b29d31fdd6_128b726f721f7c3ea8eb.png",
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1"
                    },
                    "mime_type": "image/png",
                    "lcuid": "LCUID-LM-35c6ceae-6bf6-458e-963c-e2bad1d01051",
                    "hash_id": "lch-4HCg"
                },
                "order_number": 1173,
                "element_settings": []
            },
            {
                "name": "Wlrzq4IePi Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-05a1d117-84fa-4c63-bff5-cab6a6a8076e",
                "code": "wlrzq4iepi_testing_from_controller",
                "type": "img",
                "html": "<div x-objectcode=\"wlrzq4iepi_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image lc_dt_image_center_contain\" id=\"{id}\" title=\"Wlrzq4IePi Testing from Controller\" style=\"background-image: url('http://localhost:8080/storage/13/img_693b29d4e795c_cc21a3dec4e8f1ef7a70.png');\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image lc_dt_image_center_contain",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:13.000000Z",
                "updated_at": "2025-12-11T20:30:13.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);background-size:contain;background-repeat:no-repeat;background-position:center;background-image: url('http://localhost:8080/storage/13/img_693b29d4e795c_cc21a3dec4e8f1ef7a70.png');\"></div>",
                "js": "",
                "image": {
                    "options": {
                        "public_url": "http://localhost:8080/storage/13/img_693b29d4e795c_cc21a3dec4e8f1ef7a70.png",
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1"
                    },
                    "mime_type": "image/png",
                    "lcuid": "LCUID-LM-2f4cc845-4635-450f-9648-b9f5b5a9dc5b",
                    "hash_id": "lch-4HCj"
                },
                "order_number": 1287,
                "element_settings": []
            },
            {
                "name": "d39vm1fpde Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-ed6945ad-74ee-433e-aecb-b27637857bd1",
                "code": "d39vm1fpde_testing_from_controller",
                "type": "object",
                "html": "<div x-objectcode=\"d39vm1fpde_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"d39vm1fpde Testing from Controller\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch",
                "default_css": "background-color: #ff0000;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:13.000000Z",
                "updated_at": "2025-12-11T20:30:13.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color: #ff0000;text-align:middle;vertical-align:center;\"></div>",
                "js": "",
                "image": null,
                "order_number": 1475,
                "element_settings": []
            },
            {
                "name": "u2zKKmPpwe Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-d8a91127-24fe-434a-8d91-f2ed701cdb85",
                "code": "u2zkkmppwe_testing_from_controller",
                "type": "svg",
                "html": "<div x-objectcode=\"u2zkkmppwe_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"u2zKKmPpwe Testing from Controller\"><svg></svg></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch",
                "default_css": "background-color: #ff0000;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:13.000000Z",
                "updated_at": "2025-12-11T20:30:13.000000Z",
                "fonts": [],
                "inner_html": "<svg/>",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color: #ff0000;text-align:middle;vertical-align:center;\"><svg></svg></div>",
                "js": "",
                "image": null,
                "order_number": 1659,
                "element_settings": []
            },
            {
                "name": "UWu0srPr7J Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-2f66805f-98ac-4394-907e-c52796276b7e",
                "code": "uwu0srpr7j_testing_from_controller",
                "type": "object",
                "html": "<div x-objectcode=\"uwu0srpr7j_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"UWu0srPr7J Testing from Controller\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch",
                "default_css": "background-color: #ff0000;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:14.000000Z",
                "updated_at": "2025-12-11T20:30:14.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color: #ff0000;text-align:middle;vertical-align:center;\"></div>",
                "js": "",
                "image": null,
                "order_number": 1818,
                "element_settings": []
            },
            {
                "name": "4ds2XZ2tKz Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-19453548-8915-4bdc-a0f3-a78e212be81c",
                "code": "4ds2xz2tkz_testing_from_controller",
                "type": "img",
                "html": "<div x-objectcode=\"4ds2xz2tkz_testing_from_controller\" class=\"lc_ut_designer lc_dt_asset lc_dt_image lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"4ds2XZ2tKz Testing from Controller\" style=\"background-image: url('http://localhost:8080/storage/13/img_693b29d6a41aa_39765621e202cfa95756.png');\"></div>",
                "class_list": "lc_ut_designer lc_dt_asset lc_dt_image lc_dt_image_full_size_stretch",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:14.000000Z",
                "updated_at": "2025-12-11T20:30:14.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;text-align:middle;vertical-align:center;background-image: url('http://localhost:8080/storage/13/img_693b29d6a41aa_39765621e202cfa95756.png');\"></div>",
                "js": "",
                "image": {
                    "options": {
                        "public_url": "http://localhost:8080/storage/13/img_693b29d6a41aa_39765621e202cfa95756.png",
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1"
                    },
                    "mime_type": "image/png",
                    "lcuid": "LCUID-LM-6aa6528e-b750-4a8e-af0f-d8d3a811be60",
                    "hash_id": "lch-4HCl"
                },
                "order_number": 1958,
                "element_settings": []
            },
            {
                "name": "pMCbjC8anH Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-43f6c8be-10b5-4068-8080-283d215e59c6",
                "code": "pmcbjc8anh_testing_from_controller",
                "type": "img",
                "html": "<div x-objectcode=\"pmcbjc8anh_testing_from_controller\" class=\"lc_ut_designer lc_dt_asset lc_dt_image lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"pMCbjC8anH Testing from Controller\" style=\"background-image: url('http://localhost:8080/storage/13/img_693b29d7a0f2e_2e2c3e14d6adb2e9045e.png');\"></div>",
                "class_list": "lc_ut_designer lc_dt_asset lc_dt_image lc_dt_image_full_size_stretch",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:15.000000Z",
                "updated_at": "2025-12-11T20:30:15.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;text-align:middle;vertical-align:center;background-image: url('http://localhost:8080/storage/13/img_693b29d7a0f2e_2e2c3e14d6adb2e9045e.png');\"></div>",
                "js": "",
                "image": {
                    "options": {
                        "public_url": "http://localhost:8080/storage/13/img_693b29d7a0f2e_2e2c3e14d6adb2e9045e.png",
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1"
                    },
                    "mime_type": "image/png",
                    "lcuid": "LCUID-LM-12afd21e-2364-4ced-8b81-fc009d9300c4",
                    "hash_id": "lch-4HCn"
                },
                "order_number": 2141,
                "element_settings": []
            },
            {
                "name": "vcy38Ak1AL Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\TextDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-8c9b54b9-4d62-42c6-8330-7bd1570a3738",
                "code": "vcy38ak1al_testing_from_controller",
                "type": "text",
                "html": "<div x-objectcode=\"vcy38ak1al_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text\" id=\"{id}\" title=\"vcy38Ak1AL Testing from Controller\">vcy38Ak1AL Testing from Controller</div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text",
                "default_css": "color: #ff0000;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:16.000000Z",
                "updated_at": "2025-12-11T20:30:16.000000Z",
                "fonts": [
                    {
                        "id": 57,
                        "lid": "LFT57",
                        "name": "DINNextLTPro-MediumCond",
                        "path": "/13/",
                        "lcuid": "LCUID-LFT-6001fcb2-982c-43ff-9597-d6f4d01084f2",
                        "public": false,
                        "status": 1,
                        "hash_id": "lch-4C9x",
                        "options": {
                            "_init": [],
                            "public_url": "http://localhost:8080/storage/13/fnt_693b29d7eb286_29450cb8bf57324f5f2f.ttf"
                        },
                        "user_id": 13,
                        "filename": "fnt_693b29d7eb286_29450cb8bf57324f5f2f.ttf",
                        "font_type": "ttf",
                        "created_at": "2025-12-11T20:30:15.000000Z",
                        "updated_at": "2025-12-11T20:30:15.000000Z",
                        "unique_hash": "7f05d48f4a28cc6bd2f81faa3c7551f1",
                        "storage_type": "local",
                        "storage_server": "public",
                        "original_filename": "fnt_693b29d7eb286_29450cb8bf57324f5f2f.ttf"
                    }
                ],
                "inner_html": "vcy38Ak1AL Testing from Controller",
                "preview_html": "<div style=\"color: #ff0000;text-align:middle;vertical-align:center;width:100%;height:100%;\">vcy38Ak1AL Testing from Controller</div>",
                "js": "",
                "image": null,
                "order_number": 2265,
                "element_settings": []
            },
            {
                "name": "Vyka8C2f30 Testing from Controller",
                "description": "Testing description from Controller",
                "element_class": "App\\LuCore\\DriveTemplates\\TextDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-69cf6b72-a56d-4ab1-aec2-c19920f88be7",
                "code": "vyka8c2f30_testing_from_controller",
                "type": "text",
                "html": "<div x-objectcode=\"vyka8c2f30_testing_from_controller\" class=\"lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text\" id=\"{id}\" title=\"Vyka8C2f30 Testing from Controller\">Vyka8C2f30 Testing from Controller</div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text",
                "default_css": "color: #ff0000;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:17.000000Z",
                "updated_at": "2025-12-11T20:30:17.000000Z",
                "fonts": [
                    {
                        "id": 58,
                        "lid": "LFT58",
                        "name": "DINNextLTPro-MediumCond",
                        "path": "/13/",
                        "lcuid": "LCUID-LFT-c6c5ee9d-a6bd-49da-ac12-fb25db825e80",
                        "public": false,
                        "status": 1,
                        "hash_id": "lch-4C9y",
                        "options": {
                            "_init": [],
                            "public_url": "http://localhost:8080/storage/13/fnt_693b29d837cac_a54ef044126a64b37266.ttf"
                        },
                        "user_id": 13,
                        "filename": "fnt_693b29d837cac_a54ef044126a64b37266.ttf",
                        "font_type": "ttf",
                        "created_at": "2025-12-11T20:30:16.000000Z",
                        "updated_at": "2025-12-11T20:30:16.000000Z",
                        "unique_hash": "7f05d48f4a28cc6bd2f81faa3c7551f1",
                        "storage_type": "local",
                        "storage_server": "public",
                        "original_filename": "fnt_693b29d837cac_a54ef044126a64b37266.ttf"
                    }
                ],
                "inner_html": "Vyka8C2f30 Testing from Controller",
                "preview_html": "<div style=\"color: #ff0000;text-align:middle;vertical-align:center;width:100%;height:100%;\">Vyka8C2f30 Testing from Controller</div>",
                "js": "",
                "image": null,
                "order_number": 2426,
                "element_settings": []
            },
            {
                "name": "c1su7ejAdy Testing from Controller",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BackgroundDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-c08e303d-35d0-41b1-b04b-6aded735de37",
                "code": "test_dte",
                "type": "object",
                "html": "<div x-objectcode=\"test_dte\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch\" id=\"{id}\" title=\"c1su7ejAdy Testing from Controller\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_image_full_size_stretch",
                "default_css": "background-color: #ffff00;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2025-12-11T20:30:17.000000Z",
                "updated_at": "2025-12-11T20:30:17.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color: #ffff00;text-align:middle;vertical-align:center;\"></div>",
                "js": null,
                "image": null,
                "order_number": 2592,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\TextDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-3cdd02a9-bf7a-4445-b5a0-87961c331b2e",
                "code": "test_dte_8d4f4",
                "type": "text",
                "html": "<div x-objectcode=\"test_dte_8d4f4\" class=\"lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text\" id=\"{id}\" title=\"Test DTE\" x-element-settings='{\"target_date\":\"12\\/22\\/2025\",\"prefix\":\"Only\",\"suffix\":\"Until the big event!\"}'>Lorem Ipsum</div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_text lc_dt_text_editable lc_format_fit_text",
                "default_css": "font-size: 12px;color:red;",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:18.000000Z",
                "updated_at": "2026-01-21T21:49:18.000000Z",
                "fonts": [],
                "inner_html": "Lorem Ipsum",
                "preview_html": "<div style=\"font-size: 12px;color:red;text-align:middle;vertical-align:center;width:100%;height:100%;\">Lorem Ipsum</div>",
                "js": "registerDesignerFormattingFunction(\n'format_{id}',\n(el,dataValue,dataObject) => {},\n'[id=\"{id}\"]');",
                "image": null,
                "order_number": 2765,
                "element_settings": {
                    "prefix": "Only",
                    "suffix": "Until the big event!",
                    "target_date": "12/22/2025"
                }
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-952c6ad1-eb1a-4a3f-831e-8c5e89d43360",
                "code": "test_square_f3c4c",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_f3c4c\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:25.000000Z",
                "updated_at": "2026-01-21T21:49:25.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 2944,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-ebcece25-6f5f-45b7-baed-2a418cf6b801",
                "code": "test_square_4af5b",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_4af5b\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:25.000000Z",
                "updated_at": "2026-01-21T21:49:25.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 3123,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-0678eb80-2046-43c8-adbc-1babf13aca3a",
                "code": "test_square_e02ec",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_e02ec\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:25.000000Z",
                "updated_at": "2026-01-21T21:49:25.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 3484,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-f3044327-9ede-4d94-82e7-a2119b3c10c9",
                "code": "test_square_4bbc6",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_4bbc6\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:25.000000Z",
                "updated_at": "2026-01-21T21:49:25.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 3584,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-289123d1-7a3a-47f6-83de-ad43e0d627e0",
                "code": "test_square_58fc9",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_58fc9\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:26.000000Z",
                "updated_at": "2026-01-21T21:49:26.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 3809,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-b79942ca-e565-4f22-aef3-423250ce7bf6",
                "code": "test_square_c6edc",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_c6edc\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:26.000000Z",
                "updated_at": "2026-01-21T21:49:26.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 3909,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-17a0e23b-d591-40ff-b64b-c75ab100f8ea",
                "code": "test_square_03533",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_03533\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:26.000000Z",
                "updated_at": "2026-01-21T21:49:26.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 4302,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-b33af9b0-93a6-4ce7-8961-033008e37e22",
                "code": "test_square_fb63f",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_fb63f\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:26.000000Z",
                "updated_at": "2026-01-21T21:49:26.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 4402,
                "element_settings": []
            },
            {
                "name": "Test DTE",
                "description": "Test DTE Description",
                "element_class": "App\\LuCore\\DriveTemplates\\BasicShapeDriveTemplateElementClass",
                "lcuid": "LCUID-LDTE-9325834d-b739-44bf-b2a7-83cf0053e09b",
                "code": "test_square_b9d88",
                "type": "svg",
                "html": "<div x-objectcode=\"test_square_b9d88\" class=\"lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg\" id=\"{id}\" title=\"Test DTE\"></div>",
                "class_list": "lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg",
                "default_css": "",
                "visibility": 1,
                "options": {
                    "_init": []
                },
                "created_at": "2026-01-21T21:49:27.000000Z",
                "updated_at": "2026-01-21T21:49:27.000000Z",
                "fonts": [],
                "inner_html": "",
                "preview_html": "<div style=\"width:100%;height:100%;text-align:middle;vertical-align:center;fill:rgb(51, 51, 51);\"></div>",
                "js": null,
                "image": null,
                "order_number": 4543,
                "element_settings": []
            }
        ],
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; Previous",
                "active": false
            },
            {
                "url": "http://localhost:8080/api/v3/drive-templates/constants/elements/public?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next &raquo;",
                "active": false
            }
        ],
        "per_page": 100,
        "to": 25,
        "total": 25
    }
}

← Back to drive-templates index | Back to main index