You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
The service AQ_File_GetMetaData
is able to retrieve some predefined meta data and unlimited custom meta data, given a connection and a file id.
Parameters
Name | Description | Direction | Type | Required |
---|---|---|---|---|
Connection | Specify the name of the connection. | Input | String | True |
FileId | Specify the file id of which the meta data should be retrieved. | Input | Attribute | True |
Name | The returned file name will be stored in the specified attribute. | Output | Attribute | |
Type | The returned file type will be stored in the specified attribute. | Output | Attribute | |
Size | The returned file size will be stored in the specified attribute. | Output | Attribute | |
CreatedBy | The returned user that created the file will be stored in the specified attribute. | Output | Attribute | |
CreationDate | The returned file creation date will be stored in the specified attribute. | Output | Attribute | |
LastUpdatedBy | The returned user that updated the file as last will be stored in the specified attribute. | Output | Attribute | |
LastUpdated | The returned date of the last update action will be stored in the specified attribute. | Output | Attribute | |
CaseId | The returned case id will be stored in the specified attribute. | Output | Attribute | |
CustomMetaData | Specify custom meta data fields. The first column is the key (name that is used internally) and the second column specifies in which attribute the result is stored. | Output | Multivalued key-value pairs |
The Unauthorized
exit is triggered when the user does not have one of the roles that is set on the Service call type: AQ_Document_Generate or on the Container type: AQ_File_Upload.
Overview
Content Tools