Get Contents List
Operation name
Get Contents List
Function overview
Acquires an information list of contents (files or folders) specified in input data from Box.
For details on API specifications used by this component, refer to the Box API reference at the following URL:
-
https://developer.box.com/reference/get-folders-id-items/
Data model
The data model of this component is XML type.
Properties
For details on use of variables, refer to Variables.
Basic settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Name |
Required |
Not available |
Enter a name that is used on the script canvas. |
|
Required settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Destination |
Required |
Not available |
Select a connection resource.
|
|
Owner |
Required |
Available |
Enter the email address that folder owners use to log in. |
|
Specification method for Box content |
Required |
Not available |
Select a method to specify Box content.
|
|
Folder Path |
Required |
Available |
Enter a folder path for Box. |
Note
|
Folder ID |
Required |
Available |
Enter a folder ID for Box. |
Note
This item is available only when Specification method for Box content is ID. |
Get recursively |
Optional |
Not available |
For a specified folder, select whether to get the list recursively or not.
|
|
Data processing method
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Data processing method |
Required |
Not available |
Select a data processing method.
|
|
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Schemas
Input schema
None.
Output schema
<?xml version="1.0"?> <contents> <content id="" type="" box_content_path="" name="" extension="" size="" created_at="" modified_at="" content_created_at="" content_modified_at="" created_by="" modified_by="" owned_by=""> <description></description> </content> : </contents>
Element name |
Attribute name |
Description |
Remarks |
---|---|---|---|
contents |
|
|
|
content |
|
Appears once for each of the acquired content. |
|
id |
The ID is output. |
|
|
type |
The type is output.
|
|
|
box_content_path |
The path on Box is output. |
|
|
name |
The name is output. |
|
|
extension |
The Extension of the file is output. |
|
|
size |
The size is output. The unit is byte. |
|
|
created_at |
The date and time when the specified content was created on Box is output. |
|
|
modified_at |
The date and time when the specified content was last modified on Box is output. |
|
|
content_created_at |
The date and time when the content was created is output. |
|
|
content_modified_at |
The date and time when the content was last modified is output. |
|
|
created_by |
The email address that the user who created the content in Box uses to log in is output. |
|
|
modified_by |
The email address that the user who last updated the content in Box uses to log in is output. |
|
|
owned_by |
The email address that owners use to log in is output. |
|
|
description |
|
The description is output. |
|
Loading schema in Mapper
The schema is loaded automatically.
For details, refer to Edit Schema.
Mass data processing
Mass data processing is supported.
Transaction
Transaction isn't supported.
Parallel Stream Processing
PSP isn't supported.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
count |
The number of output items is stored. |
|
file_count |
The number of files in output items is stored. |
|
folder_count |
The number of folders in output items is stored. |
|
message_category |
When an error occurs, the category of the message code corresponding to the error is stored. |
|
message_code |
When an error occurs, the code of the message code corresponding to the error is stored. |
|
message_level |
When an error occurs, the severity of the message code corresponding to the error is stored. |
|
error_type |
When an error occurs, the error type is stored. |
|
error_message |
When an error occurs, the error message is stored. |
|
error_trace |
When an error occurs, the trace information for the error is stored. |
|
Message codes, exception messages, and limitations
Connector |
Message code |
Exception message |
Limitations |
---|---|---|---|
Messages and limitations of the Box connector |