Back

GetDataSourceSchemaColumns()

Used to get the datasource schema information from the latest transaction.

Syntax

DataSourceSchemaResponse GetDataSourceSchemaColumns()

Inputs: DataSourceSchemaRequest

DataSourceSchemaRequest Structure

PropertiesAttribute TypeDescription
APIKeyHeader: stringMessage HeaderA value used to authorize the access of this web function.
SourceId: stringMessage Body MemberThe ID of datasource to retrieve schema.

Outputs: DataSourceSchemaResponse

DataSourceSchemaResponse Structure

PropertiesAttribute TypeDescription
APIKeyHeader: stringMessage HeaderA value that indicates whether the API key is valid.
Message : stringMessage HeaderReturns 'Success' if the datasource schema was successfully retrieved, otherwise returns an error code.
Columns: Array of IDataSourceSchemaMessage Body MemberArray of datasource schema.
Back to top

Copyright © 2025

Explorance Inc. All rights reserved.