Datasets: Overview of Methods
A dataset is an object of the BIconnector module. Datasets are used to display and process information in Bitrix24 obtained from sources.
Quick navigation: all methods
Methods work only in the context of the application
Connection of Dataset with Connector and Sources
A dataset is the final level in the hierarchy of data handling in the BIconnector module:
- Connector establishes a connection with an external data source.
- Source defines which specific data is available from the connected service.
- Dataset forms the final set of data that can be used in reports and analytics.
Description of Dataset Fields
|
Name |
Description |
Read |
Write |
|
id |
Unique identifier of the dataset |
✅ |
❌ |
|
type |
Type of the dataset, the value is always |
✅ |
❌ |
|
name |
Name of the dataset |
✅ |
✅ |
|
description |
Description of the dataset |
✅ |
✅ |
|
externalCode |
External code of the dataset |
✅ |
✅ |
|
externalName |
External name of the dataset |
✅ |
✅ |
|
dateCreate |
Creation date of the dataset |
✅ |
❌ |
|
dateUpdate |
Update date of the dataset |
✅ |
❌ |
|
createdById |
Identifier of the user who created the dataset |
✅ |
❌ |
|
updatedById |
Identifier of the user who updated the dataset |
✅ |
❌ |
|
externalId |
External identifier of the dataset |
✅ |
❌ |
|
fields |
List of fields included in the dataset |
✅ |
✅ |
Description of the Fields Field
|
Name |
Description |
Read |
Write |
|
id |
Identifier of the field |
✅ |
❌ |
|
datasetId |
Identifier of the dataset to which the field belongs |
✅ |
✅ |
|
type |
Data type. Available types: |
✅ |
✅ |
|
name |
Name of the field. The name must start with a letter and can only use uppercase Latin letters |
✅ |
✅ |
|
externalCode |
External code of the field |
✅ |
✅ |
|
visible |
Field visibility flag |
✅ |
✅ |
Overview of Methods
Scope:
biconnectorWho can perform methods: a user with access to the "Analyst's Workspace" section
|
Method |
Description |
|
Adds a new dataset |
|
|
Updates an existing dataset |
|
|
Updates the fields of the dataset |
|
|
Returns information about the dataset |
|
|
Returns a list of available datasets |
|
|
Deletes a dataset |
|
|
Returns the description of the dataset fields |