File
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
POST | |
POST | |
POST | |
GET | |
POST | |
POST | |
GET |
Create file system count
Get count of all files in a folder.
Path parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /:id /countExample response
Status 200 No response body
Create file system link
Path parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /:id /linkExample response
Status 200 No response body
Create file system move
Path parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /:id /moveExample response
Status 200 No response body
Create file system count by path
Get count of all files in a folder.
Path parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /count_by_pathExample response
Status 200 No response body
Retrieve file system log view
Path parameters
- project_idstring
Example request
GET /api /projects /:project_id /file_system /log_viewExample response
Status 200 No response body
Create file system log view
Path parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /log_viewExample response
Status 200 No response body
Create file system undo delete
Path parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /undo_deleteExample response
Status 200 No response body
Retrieve file system unfiled
Path parameters
- project_idstring
Example request
GET /api /projects /:project_id /file_system /unfiled