Files
files
Methods
post/v5/files
Upload File
Import Files From Existing Blob Storage In Cloud Batch Operation -> { results }
post/v5/files/cloud_imports
Import files from existing blob storage in cloud (batch operation)
get/v5/files
List Files
query Parameters
ending_before: string
Optional
filename: string
Optional
Filter files by filename (case-insensitive partial match)
limit: number
(maximum: 1000, minimum: 1, default: 100)Optional
sort_by: string
Optional
sort_order:
(default: "asc")Optional
"asc"
"desc"
starting_after: string
Optional
Response fields
has_more: boolean
Whether there are more items left to be fetched.
total: number
The total of items that match the query. This is greater than or equal to the number of items returned.
limit: number
(default: 100)Optional
The maximum number of items to return.
object: "list"
(default: "list")Optional
Request example
200Example
patch/v5/files/{file_id}
Update File
get/v5/files/{file_id}
Get File
Delete File -> { id, deleted, object }
delete/v5/files/{file_id}
Delete File
Domain types
File = { id, created_at, created_by, 7 more... }
Files
Content
files.content
Methods
Get File Content -> unknown
get/v5/files/{file_id}/content
Get File Content