Manage Logo

Use the functions described below to get, change, and remove the logo from the access terminal.

Returns the logo image that is stored in the device, the content_type is image/png. When a logo is loaded on the terminal, it is constantly displayed on the main screen.

POST /logo.fcgi

Parameters

  • This request has no parameters.

Response

  • Logo image previously loaded in the device.

Changes the logo image of the terminal. The body of the request should contain the PNG of the image and the content-type is application/octet-stream.

POST /logo_change.fcgi

Parameters

  • PNG logo image (binary) that must be loaded on the device.

Response

  • The return of the request is an empty JSON object.

Removes the logo image from the device.

POST /logo_destroy.fcgi

Parameters

  • This request has no parameters.

Response

  • The return of the request is an empty JSON object.