Actions
Get File Information
Retrieves the details about a file.
Basic Parameters
Parameter | Description |
---|---|
File ID | The unique identifier that represents a file. |
Advanced Parameters
Parameter | Description |
---|---|
Box API | The URL, and optional password, for the shared link of this item.This header can be used to access items that have not been explicitly shared with a user.Use the format sharedlink=[link] or if a password is required then use sharedlink=[link]&sharedlinkpassword=[password]. |
Ensure Item Has Changed | Ensures an item is only returned if it has changed. 0 - not changed, 1 - changed. |
Fields | A comma-separated list of attributes to include in theresponse. This can be used to request fields that arenot normally returned in a standard response. |
Representation Hints | A header required to request specific representations of a file. Use this in combination with the fields query parameter to request a specific file representation.For example, to request a png representation in 32x32 as well as 64x64 pixel dimensions provide the following hints:x-rep-hints: [jpg?dimensions=32x32][jpg?dimensions=64x64] |
Example Output
Workflow Library Example
Get File Information with Box and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?