Simple queries
Response:
Simple condition
Specify a simple condition by including a key, value pair as an argument. For e.g. the below query gets all car assets which have blue color.
Response:
Multiple conditions
Specify multiple conditions by including multiple comma separated key, value pairs as an argument. When you specify multiple conditions like this, the conditions are combined using the "and" operator. For e.g. get all assets where color is blue and size is 5.
Response:
Last updated