GetFileList
When using this method all the filter inputs (of type GetFileInfoArgs) are optional. They are used to filter the list in the response.
Filter inputs
Name | Type | Description | Mandatory | Available from version |
|---|---|---|---|---|
BrickIds | Guid[] | An array of file Guids (unique identifier of file in BFS) |
|
|
ContentTypes | string[] | An array of content types |
|
|
CreatedBy | Guid[] | An array of person Guids who created the file in BFS |
|
|
CreatedDateFrom | DateTime? | The date time that the desired files where created from |
|
|
CreatedDateTo | DateTime? | The date time that the desired files where created to |
|
|
FileContext | Guid[] | The owner of the file |
|
|
Name | string | The name of a file |
|
|
Permission | FilePermission?[] | Permission on file; FilePermission.AdminOnly / FilePermission.AdminPartner / FilePermission.All |
|
|
Response rows (Array of type GetFileInfoResponseRow)
Name | Type | Description | Available from version |
|---|---|---|---|
FilePermission | int | Permission on file; FilePermission.AdminOnly / FilePermission.AdminPartner / FilePermission.All |
|
BrickId | Guid | The identifier of the file |
|
CreatedDate | DateTime | Created date |
|
FileContentType | string | The content type |
|
Name | string | The name of the file |
|
FileContext | Guid | The owner of the file |
|
FileSize | int? | The size of the file |
|