Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 9.26 KB

File metadata and controls

21 lines (18 loc) · 9.26 KB

ListStorageFilesRequest

Fields

Field Type Required Description
connection_id str ✔️ ID of the connection
expand Optional[bool] Whether to flatten grouped or recurring items into individual entries.
fields List[operations.ListStorageFilesQueryParamFields] Fields to return
fulltext Optional[str] The fulltext to filter by
limit Optional[float] N/A
offset Optional[float] N/A
order Optional[str] N/A
parent_id Optional[str] The parent ID to filter by
query Optional[str] Query string to search. eg. email address or name
raw Optional[str] Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar
reference Optional[str] The referenced entity ID to filter by (e.g. linked accounting record for storage_file)
sort Optional[str] N/A
type Optional[str] The type to filter by
updated_gte Optional[str] Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)