Difference between revisions of "Web service API"

241 bytes added ,  12:04, 21 February 2017
no edit summary
Line 32: Line 32:


name=''pattern''
name=''pattern''
'''Examples:'''
Get all objects with name starting with "T":
GET /objects?name=T*
Get all nodes around Riga:
GET /objects?class=node&area=57.0592,23.1647,56.8270,24.6025
Get all nodes and containers:
GET /objects?class=container,node


== Get Specific Object ==
== Get Specific Object ==
'''GET''' /objects/''id''
'''GET''' /objects/''id''
683

edits