GetDatasourceMappingTable()
Returns the IDs and captions of all datasources.
Output:
This method returns a list of datasources, each with the following fields:
- SourceID - The ID of the datasource (e.g. “Data1”).
- Caption - The name of the datasource (e.g. “Students”).
Mandatory parameters:
- APIKeyHeader - API key. Must be one of the API keys generated in the Blue admin console.
Optional parameters:
- Message - Leave empty.
Back to top