Get file info
GET /api/file
Returns a JSON array that includes the file information for all the files on the server (see below).
GET /api/file/:filename
Returns a JSON object with details for the specified file.
{
"ID": "1",
"File": "Data.fmp12",
"Clients": "0",
"Size": "1410150400",
"Status": "Normal",
"Encrypted": "No",
"EnabledExtendedPrivileges":\["fmwebdirect","fmxdbc","fmapp","fmreauthenticate1000","fmxml","fmphp","fmurlscript"\],
}