Skip to main content

File System datasource

Resulting datasource properties

Name
Add a name to your datasource


Type
Select File type


Restrict resulting datasource to teams
If you select a team, the team member will only see the files that are accessible for them.


Maximum element count
Here you can define the number of files you want to see in this datasource. Maximum value is 2500.

Quick filter properties

Folder/group to filter in
Here, you can select the folders you want to include in the data source.
Alternatively, you can leave it as is, and it will use as many files as the maximum element count allows.


Search in child folders as well
Enabled by default. Here you can enable or disable recursion for data source creation.


Entity name contains
You can filter the resources, if you enter here something that the file name contains.


Has tags (separated by comma)
Add file tags to filter the selected files


Matches advanced search criteria


Valid files only
Only valid files can be in this datasource


Are files valid by default
Only valid files can be in this datasource


Restrict filter input by teams
Select which teams can access this datasource

How does a file type system datasource look like?


{
"totalSize": 1,
"size": 1,
"content": [
{
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"customerId": xxxx,
"name": "download.jpg",
"validFrom": null,
"validTo": null,
"tags": null,
"contentType": "image/jpeg",
"size": 14700,
"fileFolderId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"url": "https://server.wallboard.info/api/store/customer/xxxx/file/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"apiPath": "/api/store/customer/xxxx/file/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
]
}