Relations
General Structure
"relations" : [
{
from // string, only in single relations, objectID of the object from where the relation starts
to // string, only in single relations, objectID of the object where the relation stops
objectId // string, ID of the relation
schemaId, // string, ID of the relation class in the project
group // list, only in group relation, the objectIDs of the objects present in the relation
direction, // string, only in single relations, one of straight, reverse, bidirectional.
title // string, title of the relation class
page // int, optional, if asset is multi-frame (video, TIFF, DICOM) frame where the relation takes place
},
{ ... }
]Sample
Single Relation
Group Relation
Properties
Property
Type
Description
Sample Relation Object
Last updated