Options for downloading objects from COLNEO infohub
{
"context" : "$node ~eq~ '...'",
"filter" : "$object_type ~eq~ '...'",
"depth" : 0,
"members" : [ "info", "properties", "geometry" ],
"properties" : [ "name##xs:string", "height##xs:double" ],
"geometry" : "{ \"lod\": 1 }",
"nodes" : "{ \"depth\": 1, \"members\": \"info\" }",
"relations" : "{ \"filter\": \"$name ~eq~ 'SUCCESSORS'\" }",
"relations_right" : "{ \"members\": \"info,properties\" }",
"groupby" : "[~$object_type~]",
"sortby" : "$object_name,ASC",
"limit" : 100,
"offset" : 0
}
The options are the union of the query parameters supported by GET /{scope}/objects and GET /{scope}/v2/nodes/{node}/tree. The geometry, nodes and relation specifications are JSON objects encoded as strings, as required by the REST API.
- Since
- 1.1, 06.2026, jh