Logo Controller
get
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
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
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
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
get
Authorizations
Responses
200
OK
*/*
Responsestring · byte
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/logo/settings/sidebar-logo HTTP/1.1
Host: inscada.cloud
Accept: */*
Ynl0ZXM=