File
The File endpoint allows you to get a list of all files, and delete or retrieve details of a specific file.
Last updated
Was this helpful?
The File endpoint allows you to get a list of all files, and delete or retrieve details of a specific file.
Last updated
Was this helpful?
GET
https://api.halosecurity.com/api/v1/file/list.json
Returns a paginated list of files.
sort
Integer
0
= created date (default)
sort_desc
Integer
0
= No (default)
1
= Yes
GET
https://api.halosecurity.com/api/v1/file/get.json
Returns the details of a file.
file_id*
String
String
GET
https://api.halosecurity.com/api/v1/file/delete.json
Returns the file deletion status.
file_id*
String
GET
https://api.halosecurity.com/api/v1/file/folder-list.json
Returns a list of folders.