Objects
Execute object query
Execute object query (specialized NXSL script) and return all matching objects along with additional data fields.
post/v1/objects/query
Request body
Example request
{
"query": "type == NODE"
}Response
Query successfully executed.