curl --location --request GET 'https://platform.shopranos.eu/api/Dashboard'
{
"id": "string",
"name": "string",
"widgets": [
{
"id": "string",
"name": "string",
"description": "string",
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dataUrl": "string"
}
],
"accessMode": 0,
"shareMode": 0,
"filters": [
{
"caption": "string",
"fieldName": "string",
"operationType": 0,
"fieldType": 0,
"value": null
}
]
}