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.
Required API key scopes
file_system:readPath parameters
- idstring
Request parameters
- pathstring
- typestring
- refstringnull
- hrefstringnull
- meta
- shortcutbooleannull
Example request
POST /api /projects /:project_id /file_system /:id /countExample response
Status 200 No response body
Create file system link
Required API key scopes
file_system:writePath parameters
- idstring
Request parameters
- pathstring
- typestring
- refstringnull
- hrefstringnull
- meta
- shortcutbooleannull
Example request
POST /api /projects /:project_id /file_system /:id /linkExample response
Status 200 No response body
Create file system move
Required API key scopes
file_system:writePath parameters
- idstring
Request parameters
- pathstring
- typestring
- refstringnull
- hrefstringnull
- meta
- shortcutbooleannull
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.
Required API key scopes
file_system:readRequest parameters
- pathstring
- typestring
- refstringnull
- hrefstringnull
- meta
- shortcutbooleannull
Example request
POST /api /projects /:project_id /file_system /count_by_pathExample response
Status 200 No response body
Retrieve file system log view
Required API key scopes
file_system:writeExample request
GET /api /projects /:project_id /file_system /log_viewExample response
Status 200 No response body
Create file system log view
Required API key scopes
file_system:writeRequest parameters
- pathstring
- typestring
- refstringnull
- hrefstringnull
- meta
- shortcutbooleannull
Example request
POST /api /projects /:project_id /file_system /log_viewExample response
Status 200 No response body
Create file system undo delete
Required API key scopes
file_system:writeRequest parameters
- pathstring
- typestring
- refstringnull
- hrefstringnull
- meta
- shortcutbooleannull
Example request
POST /api /projects /:project_id /file_system /undo_deleteExample response
Status 200 No response body
Retrieve file system unfiled
Required API key scopes
file_system:readExample request
GET /api /projects /:project_id /file_system /unfiled