File
The File endpoint allows you to get a list of all files, and delete or retrieve details of a specific file.
Get a list of files.
Query Parameters
Name
Type
Description
{
"list": [
{
"content_type": "application/pdf",
"ready": 1,
"file_name": "test.pdf",
"file_id": "id1",
"checksum_md5": "3cc6424d1d01d886f96770983e125fc5",
"description": "",
"folder": "",
"date_created": "0000-00-00 00:00",
"date_delete": "0000-00-00 00:00",
"file_size": 163637,
"url": "https://www.halosecurity.com/static/dl?do=company-file&t=0&id=id1"
}
]
}Get the details of a file.
Query Parameters
Name
Type
Description
Delete a file
Query Parameters
Name
Type
Description
List Folders
Last updated