getLogo
About 1 min
getLogo
Description: get information about the current logo. Admin
Example:
{
"method" : "getLogo",
"requestId" : "1"
}Answer examples:
{
"method": "getLogo",
"requestId" : "1",
"isCustomImage": false,
"result": true
}{
"method": "getLogo",
"requestId" : "1",
"isCustomImage": true,
"mode": 1,
"fileId": 13222992,
"result": true
}Parameter description:
isCustomImage— a flag indicating if a custom image is used as a logofileId- unique file identifier on the built-in HTTP server, this field may be absent.mode— the logo display mode. The field may be absent. The following values are possible:0— the logo is scaled to fit the area sized at 440х82 in the lower left corner1— the logo is displayed without scaling
requestId- a unique request identifier. You can find more details about it here.
See also: