A Dataset contains the following fields:
Attribute | Type | Description |
---|---|---|
Key | Integer | The Slemma defined id representing the dataset. |
Name | String | Name of the Dataset. |
Owner | Integer | The Slemma defined id representing the user, who created the Dataset |
Parent | Integer | The Slemma defined id representing the folder the Dataset belongs to. |
Type | String | The type of the Object. Value is 'Dataset'. |
ExtType | String | An additional attribute to describe Datasets, Integrations and Reports. The possible values are listed here. |
SourceType | String | The type of the Dataset. SourceType for Datasets is determined by SourceType of the matching Integration. Possible values are listed here. |
SQL | String | A string that contains the SQL query the dataset is build on. |
IntegrationKey | Integer | The Slemma defined id representing the Integration associated with the Dataset. |
FullTableName | String | The name of the table the Dataset is build on. |
SharedWith | Array of Objects | An array containing Users or Groups who has access to that dataset, with the options described below. |
GroupsAccess | Array of Integer | Array of Group identifiers, each with specified permissions on the object. |
UsersAccess | Array of Integer | Array of User identifiers, each with specified permissions on the object. |
AccessOfTeam | Boolean | Default permissions on the object applied to all team users that the object belongs to. |