The list of entities associated with provided tags
Returns a list of all entities associated with provided tags.
Query parameters
Comma separated list of tags. Mutually exclusive with entities parameter. Currently a single tag is allowed per each request.
Comma separated list of entities. Mutually exclusive with tags parameter.
Comma separated list of entity locations (asset representation where the entity has been tagged). Currently a single entity location is allowed per each request.
Human-readable formatting of JSON responses.
Number of items per single page of results.<br/> The value of this parameter is ignored if the endpoint supports the format parameter and its value is set to json_stream.
Token for receiving the results from the next page of a query.<br/> Should not be used directly. To iterate through pages just use next_page_url response field.
Response
List of tagged entities. Ordered by tuple (entity, tag, location, start_time) if requested by providing entities parameter. Ordered by tuple (tag, location, entity, started_time) if requested by providing tags parameter.