Search

Search for sensors with given metadata

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns a list of sensors that have the metadata key within the given namespace. One or more values can also be specified to further restrict the number of items in the result.

curl --user "applicationId:appliation_secret"  https://api.lumenpath.com/api/meta/sensor/<application_id>/list/messages/?key=welcome_line\&value=welcome%20to%20our%20store!

Response
========
{"count":1,"sensors":[{"uuid":"a8dc6415-d015-4fe6-944f-22c7e3887424","major_version":"1","minor_version":"1","account_id":"0","location":["45.4987483449723"," -122.701245546341"],"tags":["id_test","teasd12","test12"],"metadata":{"messages":{"welcome_title":"hello","welcome_line":"welcome to our store!"}}}]
}
Path Params
string
required

Application Id

string
required

namespace to limit the list of sensors

string
required

key to limit the list of sensors

Query Params
string

optional value to limit the list of sensors

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Choose an example:
application/json