Sources: Overview of Methods
A source is a separate connection to an external system in the BIconnector module. The source defines which specific data from the external system will be available for use in reports and analytics in Bitrix24.
Quick navigation: all methods
Methods only work in the context of the application
Connection of the Source with the Connector and Datasets
The source is registered through the connector. In the hierarchy of the BIconnector module, sources occupy an intermediate level:
- Connector establishes a connection with the external data source.
- Source defines the access parameters for the data.
- Dataset forms the final set of data that can be used in reports and analytics.
Description of Source Fields
|
Name |
Description |
Read |
Write |
|
id |
Unique identifier of the source |
✅ |
❌ |
|
title |
Name of the source |
✅ |
✅ |
|
type |
Type of the source, value is always |
✅ |
❌ |
|
code |
Code of the source, system field |
✅ |
❌ |
|
description |
Description of the source |
✅ |
✅ |
|
active |
Status of the source's activity |
✅ |
✅ |
|
dateCreate |
Creation date of the source |
✅ |
❌ |
|
dateUpdate |
Update date of the source |
✅ |
❌ |
|
createdById |
Identifier of the user who created the source |
✅ |
❌ |
|
updatedById |
Identifier of the user who updated the source |
✅ |
❌ |
|
connectorId |
Identifier of the connector to which the source is linked |
✅ |
✅ |
|
settings |
✅ |
✅ |
Field settings
The settings field contains a list of parameters for authorization through the connector. The parameters are passed in the format of an object, where the key is the parameter identifier — code. The values of code can be obtained using the methods biconnector.connector.list or biconnector.connector.get.
Overview of Methods
Scope:
biconnectorWho can execute the methods: a user with access to the "Analyst Workspace" section
|
Method |
Description |
|
Adds a new source |
|
|
Updates an existing source |
|
|
Returns information about the source |
|
|
Returns a list of available sources |
|
|
Deletes a source |
|
|
Returns the description of the source fields |