Link Search Menu Expand Document

Collection model

Table of contents

  1. Introduction
  2. Fields
  3. Permissions
  4. Collection API access

Introduction

Collections allows for creating subgroups of datasets within a project. This can be used to define a set of datasets going into a specific analysis or figure. The datasets must all belong to the same project.

Fields

FieldDescription
NameName of the collection (required; max length: 100; must be unique within the project)
DescriptionA rich text description of the collection
ProjectThe project the collection belongs to (required)
DatasetsDatasets of the collection. All datasets must belong to the same project (required)
TagsTags for the collection. Tags are great for organizational purpose, to quickly label a collection and can be used as a filter afterwards.

Permissions

A collection inherit permissions from the project associated with it.

Visit the [permissions page] to learn more.

Collection API access

The API allows for programmable access to collections. Learn more about the collections’ fields and data structure on the Collection API page.