Back

FileStreamDownloadResponse ExportData()

Used to export the imported data of a specific datasource.

Inputs: FileStreamDownloadRequest

FileStreamDownloadRequest Structure

PropertiesAttribute TypeDescription
APIKeyHeader: stringMessage HeaderA value used to authorize the access of this web function.
DataSourceId: stringMessage Body MemberThe ID of datasource.
DataSourceType: stringMessage Body MemberDatasource type (user, object, relation, or field filter).
DataSourceFields: ListMessage Body MemberThe list of fields in the datasource to export.

Outputs: FileStreamDownloadResponse

FileStreamDownloadResponse Structure

PropertiesAttribute TypeDescription
APIKeyHeader: stringMessage HeaderA value that indicates whether the API key is valid.
Length : longMessage HeaderThe size of the file to export.
FileByteStream: streamMessage Body MemberThe data stream of the file being exported.
Back to top

Copyright © 2025

Explorance Inc. All rights reserved.