The core entities in the Reelables API are:
Workspace
: a permissions boundary within the Reelables Platform. Typically this is an organization or team but it can also represent an application across several organizations, for example when multiple parties have visibility ofAssets
through a supply chain.
Assets
, Spaces
, Printers
, Consignments
and Facilities
all exist within the context of a Workspace
. Users
can have permissions in more than one Workspace
.
Asset
: a physical item that can be tracked. ReelablesLabels
are activated (typically by aPrinter
) and attached toAssets
.Space
: a physical area within whichAssets
can be detected. ASpace
can be static (e.g. a receiving bay in aFacility
) or mobile (e.g. in the trailer of a truck). ASpace
is characterized in the real world by aGateway
, a physical device that listens for signals from ReelablesLabels
.Consignment
: A collection of pieces that are being tracked. In the context of aConsignment
a piece is anAsset
.Facility
: A physical location, comprised of one or moreSpaces
whereAssets
are stored or transit through. E.g. a warehouse or distribution center.Label
: A Reelables smart label that produces signals that are detected by aGateway
.Gateway
: A device that listens for signals fromLabels
.Printer
: a physcial device that enables customers to use ReelablesLabels
at scale.Printers
are linked to aWorkspace
and are used to printLabels
forAssets
.User
: can be a part of one or moreWorkspaces
, their permissions within thoseWorkspaces
are role-based.