Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you send files from disk, it is best to send as binary content. Binary formats such as Microsoft Word or Adobe InDesign are sent unchanged obviously.


BEEBOX SCAN


After files were added they will be scanned by beebox. To retrieve last scan date, you should execute following method.

URL

 (GET) /api/files/status?token=

PARAMETERS

Parameters are:


token

The session token obtained when connecting.


EXAMPLE

A typical result may look like:



Code Block
{
"lastScan": "2020-03-06T09:20:48.1194058Z",
"lastSourceFileChange": "2020-03-06T09:20:39.7131728Z",
"scanRequired": false
}