Retrieves the details about a file.
Parameter | Description |
---|---|
File ID | The unique identifier that represents a file. |
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 shared_link=[link] or if a password is required then use shared_link=[link]&shared_link_password=[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 the response. This can be used to request fields that are not 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] |
Get File Information with Box and Send Results Via Email
Preview this Workflow on desktop
Retrieves the details about a file.
Parameter | Description |
---|---|
File ID | The unique identifier that represents a file. |
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 shared_link=[link] or if a password is required then use shared_link=[link]&shared_link_password=[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 the response. This can be used to request fields that are not 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] |
Get File Information with Box and Send Results Via Email
Preview this Workflow on desktop