Get started with CellStore, Part 2: Server Endpoints

This page is a placeholder, its contents are being worked on.

Estimated reading time: 1 minute

Endpoints

There is a Rest API and a user interface:

Rest API

After starting the CellStore docker container the Rest API in its current version is accessible on /cellstore/v1. According to the type of information and type of item the existing endpoints are:

For data from instances:

  • /cellstore/v1/instances
  • /cellstore/v1/facts
  • /cellstore/v1/contexts

For data from Discoverable Taxonomy Sets (DTS):

  • /cellstore/v1/dts
  • /cellstore/v1/linkbases
  • /cellstore/v1/taxonomies
  • /cellstore/v1/hypercubes
  • /cellstore/v1/elements
  • /cellstore/v1/labels
  • /cellstore/v1/presentations/definition
  • /cellstore/v1/calculations/definition
  • /cellstore/v1/definitions/definition
  • /cellstore/v1/tables/definition

For importing data:

  • /cellstore/v1/instances/import
  • /cellstore/v1/dts/import

An extensive documentation of the Rest API can be found in the References section.

User Interface

The User interface can be used for browsing and managing the data. It can be accessed via the server root, e.g. http://localhost:8080/.

On to Part 3 »

cellstore, get started, guide, tutorial, Rest API, Admin UI, User Interface