Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 14.4 KB

File metadata and controls

15 lines (12 loc) · 14.4 KB

DocumentsGetFileRequest

Fields

Field Type Required Description Example
xAccountId string ✔️ The account identifier
xStackoneApiSessionToken ?string The session token
id string ✔️ N/A
raw ?bool Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
proxy array<string, mixed> Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
fields ?string The comma separated list of fields that will be returned in the response (if empty, all fields are returned) id,remote_id,name,description,url,size,file_format,path,owner_id,remote_owner_id,folder_id,remote_folder_id,drive_id,remote_drive_id,export_formats,default_download_format,created_at,updated_at,has_content,has_children,all_parent_folder_ids,remote_all_parent_folder_ids,unified_custom_fields
include ?string The comma separated list of fields that will be included in the response all_parent_folder_ids
prefer ?string Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240) heartbeat