# getLogo
AdministratorDescription: get information about the current logo.
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
— the unique identifier of a file on the built-in HTTP server (this field is optional)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 learn more about it here.
See also: