Difference between revisions of "Web service API"

80 bytes added ,  12:02, 21 February 2017
no edit summary
(Created page with "Web service API provides access to NetXMS via HTTP/HTTPS. API calls are REST-like (although not purely RESTful) and uses JSON for data exchange. = Session Management = == Lo...")
 
Line 22: Line 22:


== Get Objects ==
== Get Objects ==
'''GET''' /objects
'''GET''' /objects
'''GET''' /objects?''filter''
'''GET''' /objects?''filter''


Get all objects visible to logged in user. Optional filter can define additional criteria for object selection:
Get all objects visible to logged in user. Optional filter can define additional criteria for object selection:
area=''geographical_area''
class=''class_list''


name=''pattern''
name=''pattern''


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

edits