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
},
{ ... }
]Single Relation
{
"from": "3d52bc1cd570e28fa9da319",
"to": "4e8dbe33e3223d9da92e638",
"objectId": "572c2545502ba09bd661714",
"schemaId": "8f8e617174718e80bbea268",
"direction": "straight",
"page": 0,
"title": "Single Relation"
}Property
Type
Description
Group Relation
Property
Type
Description
Last updated