Data Structure Overview

Overview of how data is structured within V7

The objects in V7 are organised into a dependency structure. In the diagram below, arrows pointing to another object indicate that it is a subcomponent of that object. For example, Teams have datasets, datasets have folders etc.

Hierarchy of Data Objects within V7

681

These relationships are usually one-to-many i.e. a team can have multiple datasets but a dataset can only have one team.

📘

Querying across datasets

Just because an item is associated to a particular dataset doesn't mean you cannot make API queries that include items across different datasets. Read up on our filters section for more information on customizing your API requests.