GetFile
Filter inputs
Name | Type | Description | Mandatory | Available from version |
|---|---|---|---|---|
FileInfoGet | The information needed to identify the file to be retrevied. |
|
|
Response of type GetFileResponse
Name | Type | Description | Available from version |
|---|---|---|---|
FileBytes | byte[] | The data of the file as byte array |
|
FileName | string | The name of the file |
|
FileContentType | string | The content type of the file, as it was saved in BFS |
|
CustomFields | CustomFields is an array of CustomField objects. Each CustomField consists of two strings, FieldName and Value. There are no datatypes associated with these properties, they are just a way for api-users to add customized data to the object. | 2.28 |
Code examples