The Contextual API is suited for occasional or periodic contextual queries. The Contextual API answers: what is the current location and context?
Pareto's Contextual API queries are identical to those of reelyActive's chickadee open source software (OSS) package. Applications built on the Contextual API will be compatible with both Pareto and the OSS. Implicit linked data representations of products and organizations are sourced from reelyActive's Sniffypedia project, an open database.
Both JSON and HTML are supported: any route can be queried via browser for a human-readable response.
The /contextat route provides real-time location data augmented with any associated contextual metadata. The query is performed on a logical grouping of receivers based on either:
pareto.reelyactive.com/contextat/receiver/001bc50940810000
pareto.reelyactive.com/contextat/directory/notman:first:east
pareto.reelyactive.com/contextat/tags/office
Consult the chickadee documentation for details concerning:
The /contextnear route provides real-time location data augmented with any associated contextual metadata. The query is performed on a logical grouping of transmitters based on either:
pareto.reelyactive.com/contextnear/transmitter/fee150bada55
pareto.reelyactive.com/contextnear/tags/chair
Consult the chickadee documentation for details concerning:
Websocket: Consume Pareto's real-time stream of contextual events either server-side or client-side.
Read documentationRTLS: Query real-time location and sensor data via REST.
Read documentation