Objects

Get multiple objects with filters

Request to get all objects available to this user or to get objects that fulfill filter requirements and are available to this user.

get/objects

Query parameters

areastring

geographical area

classstring

comma-separated class list

namestring

pattern or regex, if useRegex=true

parentstring

parent object id

topLevelOnlyboolean

select top level objects only. false by default

useRegexboolean

treat name and custom attribute value as regex. false by default

zonestring

comma-separated list of zone UINs

@custom_attribute_nameobject

pattern or regex, if useRegex=true

{
  "@custAttrName1": "@custAttrValue1",
  "@custAttrName2": "@custAttrValue2"
}

Response

Will return filtered objects or all objects available to user.

object required

Changes