Last updated
Last updated
These queries fetch an asset with the specified fields. Use the you have defined as the object in the query. For e.g. to get all assets of type car, execute the below query.
Response:
Specify a simple condition by including a key, value pair as an argument to the Asset Type. For e.g. the below query gets all car assets which have red color.
Response:
Specify multiple conditions by including multiple comma separated key, value pairs as an argument to the Asset Type. When you specify multiple conditions like this, the conditions are combined using the "and" operator. For e.g. get all car assets where color is red and make is ford.
Response: