v1

latestSwagger 2.02026-07-172100198.0 KB
connectors

Get a collection of connectors.

Get a collection of connectors.

The connectors field of the returned object contains a list of all result nodes, each represented as a list of the form:

[id, x, y, z, confidence, creator_id, editor_id, creation_time, edition_time]

Both edition time and creation time are returned as UTC epoch values. If tags are requested, the tags field of the response object will contain a mapping of connector IDs versus tag lists. If partners are requested, the partners field of the response object will contain a mapping of connector IDs versus lists of partner links. Each partner link is an array of the following format:

[link_id, treenode_id, skeleton_id, relation_id, confidence]

If both skeleton_ids and relation_type are used, the linked skeletons need to be linked by the specified relation. Without relation_type, linked skeletons can have any relation and without skeleton_ids a connector needs to have a least one link with the specified relation.

posthttp://localhost:8000/{project_id}/connectors/

Path parameters

project_idstring required

Project of connectors

Response

Created