Logo Controller

get
Authorizations
Responses
200
OK
*/*
get
GET /api/logo/settings HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "creationDate": "2025-07-05T19:28:01.071Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T19:28:01.071Z",
  "id": "text",
  "showTopLogo": true,
  "sidebarLogoImage": "Ynl0ZXM=",
  "sidebarLogoHeight": 1
}
put
Authorizations
Body
filestring · binaryOptional
Responses
204
No Content
put
PUT /api/logo/settings HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 117

{
  "logoSettings": {
    "id": "text",
    "showTopLogo": true,
    "sidebarLogoImage": "Ynl0ZXM=",
    "sidebarLogoHeight": 1
  },
  "file": "binary"
}

No content

Authorizations
Responses
200
OK
*/*
Responsestring · byte
get
GET /api/logo/settings/sidebar-logo HTTP/1.1
Host: inscada.cloud
Accept: */*
Ynl0ZXM=