A Dataset contains the following fields:

AttributeTypeDescription
KeyIntegerThe Slemma defined id representing the dataset.
NameStringName of the Dataset.
OwnerIntegerThe Slemma defined id representing the user, who created the Dataset
ParentIntegerThe Slemma defined id representing the folder the Dataset belongs to.
TypeStringThe type of the Object. Value is 'Dataset'.
ExtTypeStringAn additional attribute to describe Datasets, Integrations and Reports. The possible values are listed here.
SourceTypeStringThe type of the Dataset. SourceType for Datasets is determined by SourceType of the matching Integration. Possible values are listed here.
SQLStringA string that contains the SQL query the dataset is build on.
IntegrationKeyIntegerThe Slemma defined id representing the Integration associated with the Dataset.
FullTableNameStringThe name of the table the Dataset is build on.
SharedWithArray of ObjectsAn array containing Users or Groups who has access to that dataset, with the options described below.
GroupsAccessArray of IntegerArray of Group identifiers, each with specified permissions on the object.
UsersAccessArray of IntegerArray of User identifiers, each with specified permissions on the object.
AccessOfTeamBooleanDefault permissions on the object applied to all team users that the object belongs to.