A Object contains the following fields:
| Attribute | Type | Description |
|---|---|---|
| Key | Integer | The Slemma defined id representing the object |
| Name | String | Name of the object |
| Owner | Integer | The Slemma defined id representing the user, who created the object |
| Type | String | The type of the Object. The possible values are listed here. |
| ExtType | String | An additional attribute to describe Datasets, Integrations and Reports. The possible values are listed here. |
| ShareUrlCreator | Integer | The ID of the user, who cerated a shared URL. The attribute is valid for Dashboards, Reports and Presentations only. |
| ShareUrlCreateAt | TimeStamp | The share URL creation time. The attribute is valid for Dashboards, Reports and Presentations only. |
| ShareUrl | String | The public URL the Object could be accessed by. The attribute is valid for Dashboards, Reports and Presentations only. |
| SharedWith | Array of Objects | An array containing Users or Groups who has access to that object, with the options described below. |
| GroupsAccess | Objects | Array of Group identifiers, each with specified permissions on the object. |
| UsersAccess | Objects | Array of User identifiers, each with specified permissions on the object. |
| AccessOfTeam | String | Default permissions on the object applied to all team users that the object belongs to |
