Skip to main content

Arguments

searchTerm : String! required

The search term. It can be an address or a meter point identifier.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query property

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query PropertiesSearch($searchTerm: String!) { propertiesSearch(searchTerm: $searchTerm) { property { ...PropertyTypeFragment } score } }

Variables

{ "searchTerm": "director-war-top-air-agent" }

Response

{ "data": { "propertiesSearch": [ { "property": PropertyType, "score": "1.0" } ] } }