GET
/
report
/
structure
curl --request GET \
  --url https://demo.enneo.ai/api/mind/report/structure
{
  "contentSchema": {
    "id": "content",
    "type": "div",
    "class": "contentContainer",
    "children": [
      {
        "id": "headerContainer",
        "type": "div",
        "class": "headerContainer",
        "children": [
          {
            "id": "headerIconContainer",
            "type": "div",
            "class": "headerIconContainer",
            "children": [
              {
                "id": "icon",
                "type": "image",
                "imageUrl": "/icons/icon.svg"
              }
            ]
          }
        ]
      }
    ]
  }
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Response

200
application/json
Successful operation
contentSchema
object