Logo Controller
get
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/logo/settingsGET /api/logo/settings HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
  "creationDate": "2025-10-31T22:41:48.915Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-10-31T22:41:48.915Z",
  "id": "text",
  "showTopLogo": true,
  "sidebarLogoImage": "Ynl0ZXM=",
  "sidebarLogoHeight": 1
}put
Authorizations
Body
filestring · binaryOptional
Responses
204
No Content
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
/api/logo/settingsPUT /api/logo/settings HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 117
{
  "logoSettings": {
    "id": "text",
    "showTopLogo": true,
    "sidebarLogoImage": "Ynl0ZXM=",
    "sidebarLogoHeight": 1
  },
  "file": "binary"
}No content
get
Authorizations
Responses
200
OK
*/*
Responsestring · byte
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/logo/settings/sidebar-logoGET /api/logo/settings/sidebar-logo HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
Ynl0ZXM=Last updated
