Wearabouts API Reference

Size: px
Start display at page:

Download "Wearabouts API Reference"

Transcription

1 Wearabouts API Reference Accuware Wearabouts exposes a RESTful web API that can be used to access and manipulate the state of set of resources registered with a site. The list of resources and the supported methods is summarized in the following table along with examples of usages with curl. An introduction to the Wearabouts API and an explanation about all the available resources can be found in this page. For examples of usage of the Wearabouts API with different program languages, please take a look at this page. Resource URI Available HTTPS Methods Sites Sites Levels Levels PUT, DELETE Floor plans POST Floor plans Devices Devices Devices - Status User Accounts Radio Fingerprints DELETE, PUT, DELETE, DELETE Radio Fingerprints DELETE /api/v1/sites/ Retrieves the list of sites registered with an user account

2 Available response representations: 200 OK application/json. JSON array of site descriptors. Query the list of sites registered with the account username : [crayon-5bc698e9be /] The result is an array [{ }, { }, ] of JSON objects: [crayon-5bc698e9be /] JSON fields: desc: expiration day of your site along with the type of account. siteid: site identification. address: used to point to the map on the area of interest in to the Accuware dashboard. name: site name. access: access levels for each account registered /api/v1/sites/{siteid}/ Retrieves information about a specific site Available response representations: 200 OK application/json.

3 JSON representation of the site. Retrieve information about the site with siteid= 1001 : [crayon-5bc698e9be09b /] The result is a JSON object: [crayon-5bc698e9be0a /] JSON fields: desc: expiration day of your site along with the type of account. siteid: site identification. address: used to point to the map on the area of interest in to the Accuware dashboard. name: site name. access: access levels for each account registered /api/v1/sites/{siteid}/levels/ Returns all the levels for the current site Available response representations: 200 OK application/json JSON array of levels associated to a site.

4 Returns a JSON representation of all the levels for site with siteid= 1001 : [crayon-5bc698e9be0a /] The result is an array [{ }, { }, ] of JSON objects: [crayon-5bc698e9be0ab /] /api/v1/sites/{siteid}/levels/{leve lid}/ Returns a specific level for the current site {levelid}: level identification string. Available response representations: 200 OK application/json. JSON representation of a level. Returns a JSON representation of the level 1 for site with siteid= 1001 : [crayon-5bc698e9be0b /] The result is an array [{ }, { }, ] of JSON objects: [crayon-5bc698e9be0b /]

5 PUT Create a new level for the site. {siteid}: site identification string {levelid}: level identification string. Accepted representations: application/x-www-form-urlencoded Level information: The fields name, desc and alt can contain empty values Create level with LevelID 11 in siteid 1001 : [crayon-5bc698e9be0bf /] The result is a JSON that describes the level just registered: [crayon-5bc698e9be0c /] DELETE Remove a level from the selected site {siteid}: site identification string {levelid}: level identification string Accepted representations: none No information is passed along with the request

6 Remove the level with levelid 11 from siteid 1001: [crayon-5bc698e9be0c /] The result is a confirmation message: [crayon-5bc698e9be0cd /] /api/v1/sites/{siteid}/floorplans/ Returns all the floor plans for the current site Available response representations: 200 OK application/json JSON array of floor plans Returns a JSON representation of all the levels for site with siteid= 1001 : [crayon-5bc698e9be0d /] The result is an array [{ }, { }, ] of JSON objects: [crayon-5bc698e9be0e /] JSON fields: desc:floor plan s description. levelid: level associated to the floor plan.

7 kmlaligned: link to the transformed KML file. name: floor plan s name. kml: link to the original KML file. access: private (not relevant) fpid: floor plan identification string. POST Upload a floor plan in the current site. {siteid}: site identification string Accepted representations: form-data Upload the floor plan of the Fourth Floor on the level 4 in the site with siteid= 1001 : [crayon-5bc698e9be0f /] At the end of the upload process, you should display: [crayon-5bc698e9be /] /api/v1/sites/{siteid}/floorplans/{ fpid}/ Returns a specific floor plan for the current site

8 {fpid}: floor plan identification string. Available response representations: 200 OK application/json JSON representation of a floor plan Returns a JSON representation of the floor plan aaa1111 for site with siteid= 1001 : [crayon-5bc698e9be /] The result is an array [{ }, { }, ] of JSON objects: [crayon-5bc698e9be /] JSON fields: desc:floor plan s description. levelid: level associated to the floor plan. kmlaligned: link to the transformed KML file. name: floor plan s name. kml: link to the original KML file. access: private (not relevant) fpid: floor plan identification string. /api/v1/sites/{siteid}/- devices/?with=udo,status,config Retrieves several information about all the devices (Android,

9 ios and Smart Tags) registered within a site. Additional information can be obtained by varying query string parameters. HTTP Request Header: Content-Type: application/json HTTP Query String Parameter: udo: get back the user defined objects (see JSON below) status: get back the status objects (see JSON below) config: get back ONLY the list of devices with a devicespecific configuration (do not use it in conjunction with udo and/or status) Available response representations: 200: Array of Device List Object 400: Error Object 401: Not authenticated Retrieve the user defined objects and the status objects of all the devices registered within site 1001: [crayon-5bc698e9be /] The result is a JSON like this one: [crayon-5bc698e9be /] JSON fields: mac: deprecated use deviceid! deviceid:

10 Wearabouts App for Android: the pseudo MAC address is assigned by the Wearabouts App running on the device and contains a total of 12 characters beginning with a W. Wearabouts App for ios: the pseudo MAC address is assigned by the Wearabouts App running on the device and contains a total of 12 characters beginning with a X. Accuware Smart Tags: the MAC address is printed on a label on the back of the Accuware Smart Tag and begins with 54FB58. device status: battery: estimated battery percentage. Value with minus (-) means that the battery is charging. device_events: panic (only for Smart Tags): timestamp of the last button press. moving: timestamp of the last movement. pwr_up (only for Smart Tags): timestamp of the last activation of the Smart Tag. fw_version: firmware version. received_at: timestamp of the last status. type_of_device: the device capabilities are wifi (Smart Tag), or wifi,gsm,gps (for Android devices). gps_timestamp (only for Android devices): timestamp of the last location computed by the Android location manager. gps_latitude (only for Android devices): latitude of the last location computed by the Android location manager. gps_longitude (only for Android devices): longitude of the last location computed by the Android location manager. position: siteid: site identification. levelid: last level identification.

11 source: source location type: INDOORS/N3 this location is computed by using the database of fingerprints available if an indoor fingerprinting has been performed. N1 this location is computed by using the Navizon global database of Wi-Fi APs and Cell-IDs throughout the world. More information available here. Core this location is provided by the Android or ios location manager. device: see above. deviceid: see above. fixed_at: last location fix. lat: latitude. lng: longitude. precision: an estimated radius of confidence where the device can be found. device_type: NZ002.2 for the Smart Tags. NWA1 for Android devices. NWA2 for ios devices. udo: name: device name assigned using the Accuware dashboard. desc: device description assigned using the Accuware dashboard. type: not relevant. current_server_time: server timestamp when the query was made. Timestamps: the timestamps are UTC Unix epoch timestamps in seconds. The Unix epoch (or Unix time or POSIX time or Unix timestamp) is the number of seconds that have elapsed since

12 January 1, 1970 (midnight UTC/GMT), not counting leap seconds (in ISO 8601: T00:00:00Z). You can find an Epoch & Unix Timestamp Conversion Tool at this link DELETE Remove ALL the devices associated with a specific site (this is not reversible) {siteid}: site identification string Accepted representations: none No information is passed along with the request Remove all the devices associates with siteid 1001: [crayon-5bc698e9be17e /] The result is a confirmation message: [crayon-5bc698e9be /] /api/v1/sites/{siteid}/devices/{dev iceid}/ Retrieves the user defined object about a specific device (Android, ios and Smart Tags) registered within a site

13 {deviceid}: Wearabouts App for Android: the pseudo MAC address is assigned by the Wearabouts App running on the device and contains a total of 12 characters beginning with a W. Wearabouts App for ios: the pseudo MAC address is assigned by the Wearabouts App running on the device and contains a total of 12 characters beginning with a X. Accuware Smart Tags: the MAC address is printed on a label on the back of the Accuware Smart Tag and begins with 54FB58. Available response representations: 200 OK application/json. JSON representation of the user defined object. Retrieve the user defined object of device registered within site 1001: [crayon-5bc698e9be19e /] The result is a JSON like this one: [crayon-5bc698e9be1a /] JSON fields: name: device name assigned using the Accuware dashboard desc: device description assigned using the Accuware dashboard

14 PUT Associates a device (represented by it s MAC address) with a site. This is currently a one-to-one relation, i.e. if the given device is already associated with another site, an error is given. {deviceid}: Wearabouts App for Android: the pseudo MAC address is assigned by the Wearabouts App running on the device and contains a total of 12 characters beginning with a W. Wearabouts App for ios: the pseudo MAC address is assigned by the Wearabouts App running on the device and contains a total of 12 characters beginning with a X. Accuware Smart Tags: the MAC address is printed on a label on the back of the Accuware Smart Tag and begins with 54FB58. Accepted representations: JSON with the user defined information (e.g. name, desc, type..) Associate device with siteid 1001: [crayon-5bc698e9be1b /] The result is a confirmation message: [crayon-5bc698e9be1c /]

15 DELETE Remove a devices associated with a specific site (this is not reversible) {siteid}: site identification string {deviceid}: Wearabouts App for Android: the pseudo MAC address is assigned by the Wearabouts App running on the device and contains a total of 12 characters beginning with a W. Wearabouts App for ios: the pseudo MAC address is assigned by the Wearabouts App running on the device and contains a total of 12 characters beginning with a X. Accuware Smart Tags: the MAC address is printed on a label on the back of the Accuware Smart Tag and begins with 54FB58 Accepted representations: none (no information is passed along with the request) Remove device associates with siteid 1001: [crayon-5bc698e9be1cc /] The result is a confirmation message: [crayon-5bc698e9be1d /] /api/v1/sites/{siteid}/-

16 devices/{deviceid}/status/ Retrieves status information about one device (Android, ios and Smart Tags) registered within a site {deviceid}: Wearabouts App for Android: the pseudo MAC address is assigned by the Wearabouts App running on the device and contains a total of 12 characters beginning with a W. Wearabouts App for ios: the pseudo MAC address is assigned by the Wearabouts App running on the device and contains a total of 12 characters beginning with a X. Accuware Smart Tags: the MAC address is printed on a label on the back of the Accuware Smart Tag and begins with 54FB58. Available response representations: 200 OK application/json JSON representation of the devices status Retrieve the status of a device with pmac W2F4IHV9R5RA registered within site 1001 [crayon-5bc698e9be1f /] The result is a JSON Object. If the status is available, it will be returned with the response:

17 [crayon-5bc698e9be20d /] JSON fields: current_server_time: server time stamp when the query was made. device status: battery: estimated battery percentage. Value with minus (-) means that the battery is charging. device_events: panic (only for Smart Tags): time stamp of the last button press. moving: time stamp of the last movement. pwr_up (only for Smart Tags): time stamp of the last activation of the Smart Tag. fw_version: firmware version. received_at: timestamp of the last status. type_of_device: the device capabilities are wifi (Smart Tag), or wifi,gsm,gps (for Android devices). gps_timestamp (only for Android devices): timestamp of the last location computed by the Android location manager. gps_latitude (only for Android devices): latitude of the last location computed by the Android location manager. gps_longitude (only for Android devices): longitude of the last location computed by the Android location manager. its_status: not relevant. n1_status: not relevant. position: siteid: site identification. levelid: last level identification. source: source location type: INDOORS/N3 this location is computed by using the database of fingerprints available

18 if an indoor fingerprinting has been performed. N1 this location is computed by using the Navizon global database of Wi-Fi APs and Cell-IDs throughout the world. More information available here. Core this location is provided by the Android or ios location manager. device: the pmac of the device. deviceid: the pmac of the device. fixed_at: last location fix. lat: latitude. lng: longitude. precision: an estimated radius of confidence where the device can be found. device_type: NZ002.2 for the Smart Tags. NWA1 for Android devices. NWA2 for ios devices. Timestamps: the timestamps are UTC Unix epoch timestamps in seconds. The Unix epoch (or Unix time or POSIX time or Unix timestamp) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds (in ISO 8601: T00:00:00Z). You can find an Epoch & Unix Timestamp Conversion Tool at this link /api/v1/sites/{siteid}/accounts/

19 Retrieves all the user accounts associated to a site Available response representations: 200 OK application/json. JSON representation of user accounts associated to a site. Retrieves a JSON representation of all the user accounts associated with siteid= 1001 : [crayon-5bc698e9be /] The result is a JSON Object: [crayon-5bc698e9be24a /] JSON fields: username: username associated with the site. access: access levels for the username registered. api/v1/sites/{siteid}/levels/{level Id}/fingerprints/?format=KML Retrieve all the fingerprints from a specific level of a specific site.

20 {levelid}: level identification string. Query parameters: (optional) format: format=kml will download a file with the data. Available response representations: 200 OK application/json. JSON or KML array of fingerprints. Download the KML of all the fingerprints for site 1001 and level 0: [crayon-5bc698e9be /] The result is a KML file like the one below: [crayon-5bc698e9be25b /] Download the JSON of all the fingerprints for site 1001 and level 0: [crayon-5bc698e9be /] The result is a JSON array like the one below: [crayon-5bc698e9be /] JSON fields: id: identifier of the fingerprint. station: pmac of the device that has been used to

21 DELETE collect the fingerprint (during the fingerprinting process). type: not relevant. lat and lng: coordinates of the fingerprint (these are the coordinates of the station when the fingerprint has been collected by the Accuware Indoor App). entries: ap: the radio signal indentifiers can be of two types: Wi-Fi access points identified by the MAC address of their network interface ibeacons identified by the pmac (pseudo MAC address) which is a unique ID generated by the Accuware Indoor Tracking engine using the UUID, Major and Minor of the ibeacon. rss: receives signal strength. Delete ALL fingerprints from a specific level of a specific site. {levelid}: level identification string. Accepted representations: none. No information is passed along with the request. Delete ALL the fingerprint from site 1001 and level 0: [crayon-5bc698e9be /]

22 The result is a JSON object: [crayon-5bc698e9be27a /] api/v1/sites/{siteid}/levels/{level Id}/fingerprints/{fingerprintId}/ Retrieve a specific fingerprints from a specific level of a specific site. {levelid}: level identification string. {fingerprintid}: level identification string. Query parameters: (optional) format: format=kml will download a file with the data. Available response representations: 200 OK application/json. JSON or KML with the chosen fingerprint. Download the KML of the fingeprint with ID 0 collected inside site 1001 and level 0: [crayon-5bc698e9be /] The result is a KML file like the one below: [crayon-5bc698e9be /]

23 Download the JSON of the fingeprint with ID 0 collected inside site 1001 and level 0: [crayon-5bc698e9be28e /] The result is a JSON array like the one below: [crayon-5bc698e9be /] JSON fields: id: identifier of the fingerprint. station: pmac of the device that has been used to collect the fingerprint (during the fingerprinting process). type: not relevant. lat and lng: coordinates of the fingerprint (these are the coordinates of the station when the fingerprint has been collected by the Accuware Indoor App). entries: ap: the radio signal indentifiers can be of two types: Wi-Fi access points identified by the MAC address of their network interface ibeacons identified by the pmac (pseudo MAC address) which is a unique ID generated by the Accuware Indoor Tracking engine using the UUID, Major and Minor of the ibeacon. rss: receives signal strength. DELETE Delete a specific fingerprints from a specific level of a specific site.

24 {levelid}: level identification string. {fingerprintid}: fingerprint identifier. Accepted representations: none. No information is passed along with the request. Delete the fingerprint with fingerprintid 44 from site 1001 and level 0: [crayon-5bc698e9be29b /] The result is a JSON object: [crayon-5bc698e9be2a /]

Login. General > Sites General > Levels General > Floor plans General > Accounts General > Geo-Fences

Login. General > Sites General > Levels General > Floor plans General > Accounts General > Geo-Fences Wi-Fi Location Monitor Dashboard 1 Please be aware that the Accuware dashboard is a powerful administration tool based on Javascript, CSS and HTML that uses exactly the same set of Accuware Wi-Fi Location

More information

IPConfigure Embedded LPR API

IPConfigure Embedded LPR API IPConfigure Embedded LPR API Version 1.3.6 February 23, 2016 1 Camera Configuration Parameters IPConfigure Embedded LPR uses several user-adjustable configuration parameters which are exposed by Axis Communication

More information

Sophos Mobile Control Network Access Control interface guide. Product version: 7

Sophos Mobile Control Network Access Control interface guide. Product version: 7 Sophos Mobile Control Network Access Control interface guide Product version: 7 Document date: January 2017 Contents 1 About this guide...3 2 About Sophos Mobile Control...4 3 Sophos Mobile Control NAC

More information

If the API credentials ever get compromised, new ones can be regenerated at any moment, invalidating the previous ones.

If the API credentials ever get compromised, new ones can be regenerated at any moment, invalidating the previous ones. REST API Some of the features found on the Sigfox backend s website can also be accessed programmatically using a webservice API. This API uses the HTTP protocol, following the REST principles. All API

More information

Standard HTTP format (application/x-www-form-urlencoded)

Standard HTTP format (application/x-www-form-urlencoded) API REST Basic concepts Requests Responses https://www.waboxapp.com/api GET / Standard HTTP format (application/x-www-form-urlencoded) JSON format HTTP 200 code and success field when action is successfully

More information

REST SERVICE. Web Services API Version 1.5

REST SERVICE. Web Services API Version 1.5 REST SERVICE Web Services API Version 1.5 The information contained within this document is the property of PageOne Communications Ltd and may not be copied used or disclosed in whole or in part, except

More information

Archer Documentation. Release 0.1. Praekelt Dev

Archer Documentation. Release 0.1. Praekelt Dev Archer Documentation Release 0.1 Praekelt Dev February 12, 2014 Contents 1 User Service 3 1.1 Installation................................................ 3 1.2 API....................................................

More information

Sophos Mobile. Network Access Control interface guide. Product Version: 8.1

Sophos Mobile. Network Access Control interface guide. Product Version: 8.1 Network Access Control interface guide Product Version: 8.1 Contents About this guide... 1 Sophos Mobile NAC support... 2 Prerequisites...3 Configure NAC support...4 NAC web service interface... 5 API

More information

LUCITY REST API INTRODUCTION AND CORE CONCEPTS

LUCITY REST API INTRODUCTION AND CORE CONCEPTS LUCITY REST API INTRODUCTION AND CORE CONCEPTS REST API OFFERINGS Lucity Citizen Portal REST API Lucity REST API Both products are included in our REST API Historically we also offered a COM API and a.net

More information

Real time Location Services Overview and Use cases

Real time Location Services Overview and Use cases Real time Location Services Overview and Use cases Ashutosh Malegaonkar, Principal Engineer @amalegaonkar DEVNET-1071 /me Maker Breaker Meditate @amalegaonkar DEVNET-1071 2017 Cisco and/or its affiliates.

More information

Reinvent radio communication (V )

Reinvent radio communication (V ) Reinvent radio communication (V6.9.0-266) REST API Some of the features found on the Sigfox backend s website can also be accessed programmatically using a webservice API. This API uses the HTTP protocol,

More information

Network Policy Controller UAM/RADIUS Guide

Network Policy Controller UAM/RADIUS Guide Network Policy Controller UAM/RADIUS Guide 1. Introduction... 3 1.1. Terminology... 3 2. Web Authentication... 5 2.1. Redirect URL Parameters... 5 2.2. UAM Login URL... 5 2.3. UAM Logout URL... 6 3. UAM/RADIUS

More information

Sentinel Figure 1 Sentinel operating in a retail store

Sentinel Figure 1 Sentinel operating in a retail store is a system that recognizes people in a video feed and is able to follow their movement through a venue over time. Applying object recognition techniques, Sentinel recognizes human shapes from images in

More information

The production version of your service API must be served over HTTPS.

The production version of your service API must be served over HTTPS. This document specifies how to implement an API for your service according to the IFTTT Service Protocol. It is recommended that you treat this document as a reference and follow the workflow outlined

More information

Internet of Things Sensors - Part 1 Location Services

Internet of Things Sensors - Part 1 Location Services Internet of Things Sensors - Part 1 Location Services Aveek Dutta Assistant Professor Department of Computer Engineering University at Albany SUNY e-mail: adutta@albany.edu http://www.albany.edu/faculty/adutta

More information

Nasuni Data API Nasuni Corporation Boston, MA

Nasuni Data API Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Introduction The Nasuni API has been available in the Nasuni Filer since September 2012 (version 4.0.1) and is in use by hundreds of mobile clients worldwide. Previously,

More information

vrealize Log Insight Developer Resources

vrealize Log Insight Developer Resources vrealize Log Insight Developer Resources vrealize Log Insight 4.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0

vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0 vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

Quriiri HTTP MT API. Quriiri HTTP MT API v , doc version This document describes the Quriiri HTTP MT API version 1 (v1).

Quriiri HTTP MT API. Quriiri HTTP MT API v , doc version This document describes the Quriiri HTTP MT API version 1 (v1). Quriiri HTTP MT API This document describes the Quriiri HTTP MT API version 1 (v1). Sending messages Request types Security Request parameters Request examples JSON POST GET Response JSON response example

More information

Nasuni Data API Nasuni Corporation Boston, MA

Nasuni Data API Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Introduction The Nasuni API has been available in the Nasuni Filer since September 2012 (version 4.0.1) and is in use by hundreds of mobile clients worldwide. Previously,

More information

Using OAuth 2.0 to Access ionbiz APIs

Using OAuth 2.0 to Access ionbiz APIs Using OAuth 2.0 to Access ionbiz APIs ionbiz APIs use the OAuth 2.0 protocol for authentication and authorization. ionbiz supports common OAuth 2.0 scenarios such as those for web server, installed, and

More information

Standard HTTP format (application/x-www-form-urlencoded)

Standard HTTP format (application/x-www-form-urlencoded) API REST Basic concepts Requests Responses https://www.waboxapp.com/api Standard HTTP format (application/x-www-form-urlencoded) JSON format HTTP 200 code and success field when action is successfully

More information

WISE-4210 Engineering Sample SOP

WISE-4210 Engineering Sample SOP WISE-4210 Engineering Sample SOP [Install WISE Studio] 1. Install WISE Studio V1.00.00 B17: https://1drv.ms/u/s!auskhhyodvwfc2vfebv_6tav9sq 2. Execute WISE Studio [Configure End Devices] 1. Power up WISE-4210

More information

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

Genesys Mobile Services API Reference. Stat Service API

Genesys Mobile Services API Reference. Stat Service API Genesys Mobile Services API Reference Stat Service API 7/7/2018 Contents 1 Stat Service API 1.1 Stat Request APIs 1.2 Extended Stat Request API 1.3 EWT APIs 1.4 Configuration 1.5 Subscribe to Statistic

More information

Overall description. Format Header Content-Type: application/x-www-form-urlencoded

Overall description. Format   Header Content-Type: application/x-www-form-urlencoded Page1 m Content Content... 1 IC-Meter Public API, version 2.0... 1 Overall description... 2 Retrieve API access token (oauth/token)... 2 Retrieve list of available buildings... 3 Retrieve list of units

More information

Authorization and Authentication

Authorization and Authentication CHAPTER 2 Cisco WebEx Social API requests must come through an authorized API consumer and be issued by an authenticated Cisco WebEx Social user. The Cisco WebEx Social API uses the Open Authorization

More information

Technical Note. Isilon OneFS. Isilon Swift Technical Note. Version August 2017

Technical Note. Isilon OneFS. Isilon Swift Technical Note. Version August 2017 Isilon OneFS Version 8.0.0 Isilon Swift Technical Note August 2017 This section contains the following topics: Introduction... 2 Supported libraries, SDKs, and interfaces...2 Unsupported libraries and

More information

Libelium Cloud Hive. Technical Guide

Libelium Cloud Hive. Technical Guide Libelium Cloud Hive Technical Guide Index Document version: v7.0-12/2018 Libelium Comunicaciones Distribuidas S.L. INDEX 1. General and information... 4 1.1. Introduction...4 1.1.1. Overview...4 1.2. Data

More information

Integrating Pruvan with Northsight Management

Integrating Pruvan with Northsight Management Integrating Pruvan with Northsight Management This document is a step-by-step guide on how to integrate your Pruvan account with Northsight Management s (NSM) order system. Create an NSM Client In order

More information

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 9 Pre-Authentication Rules...

More information

Monitoring Location Servers and Site

Monitoring Location Servers and Site 8 CHAPTER This chapter describes how to monitor location servers by configuring and viewing alarms, events, and logs. It also describes how to use Cisco WCS to view location server, client and asset tag

More information

ExtraHop 7.3 ExtraHop Trace REST API Guide

ExtraHop 7.3 ExtraHop Trace REST API Guide ExtraHop 7.3 ExtraHop Trace REST API Guide 2018 ExtraHop Networks, Inc. All rights reserved. This manual in whole or in part, may not be reproduced, translated, or reduced to any machinereadable form without

More information

Composer Help. Web Request Common Block

Composer Help. Web Request Common Block Composer Help Web Request Common Block 7/4/2018 Web Request Common Block Contents 1 Web Request Common Block 1.1 Name Property 1.2 Block Notes Property 1.3 Exceptions Property 1.4 Request Method Property

More information

StorageGRID Webscale 11.0 Tenant Administrator Guide

StorageGRID Webscale 11.0 Tenant Administrator Guide StorageGRID Webscale 11.0 Tenant Administrator Guide January 2018 215-12403_B0 doccomments@netapp.com Table of Contents 3 Contents Administering a StorageGRID Webscale tenant account... 5 Understanding

More information

14FC Works Geotagging Mobile app Telangana Guidelines

14FC Works Geotagging Mobile app Telangana Guidelines 14FC Works Geotagging Mobile app Telangana Guidelines DOWNLOAD Directions: Go to CDMA portal www.cdma.telangana.gov.in and go to section 14FC Geo Tagging app Download. You will be redirected to below screen

More information

HappyFox API Technical Reference

HappyFox API Technical Reference HappyFox API Technical Reference API Version 1.0 Document Version 0.1 2011, Tenmiles Corporation Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

IBM Security Access Manager Version June Development topics IBM

IBM Security Access Manager Version June Development topics IBM IBM Security Access Manager Version 9.0.5 June 2018 Development topics IBM IBM Security Access Manager Version 9.0.5 June 2018 Development topics IBM ii IBM Security Access Manager Version 9.0.5 June

More information

Integration with third party evidence analyzers. Ver 9.6.0

Integration with third party evidence analyzers. Ver 9.6.0 Integration with third party evidence analyzers Ver 9.6.0 Configuration: To configure the RCS system to export the evidence to a third party solution, you must configure a connector. Under the System >

More information

Pass Distribution APIs User Guide

Pass Distribution APIs User Guide MicroMacro Mobile Inc Pass Distribution APIs User Guide V 2.0.3 2017-08-03 Version History Version UpdatedAt te v 2.0.1 2015-06-16 v 2.0.2 2016-04-14 v 2.0.3 2017-08-03 Add support for Create a pass API,

More information

Android Web Service Client

Android Web Service Client Android Web Service Client Alexander Nelson November 15th, 2017 University of Arkansas - Department of Computer Science and Computer Engineering Java Interfaces Java Interface A Java Interface is a collection

More information

Sophos Mobile app groups interface guide. Product version: 7.1

Sophos Mobile app groups interface guide. Product version: 7.1 Sophos Mobile app groups interface guide Product version: 7.1 Contents 1 About this guide...3 2 App reputation support...4 3 The app groups web service interface...5 4 API description...7 4.1 Log in...7

More information

Checkout Service API User Guide

Checkout Service API User Guide MicroMacro Mobile Inc. Checkout Service API User Guide API Version 2.0 October 02, 2017 Version History Version UpdatedAt Note 1.0 February 19, 2016 The original Checkout Service API and documentation

More information

UReport USSD application Documentation

UReport USSD application Documentation UReport USSD application Documentation Release 0.1.0 Praekelt Foundation June 07, 2014 Contents 1 UReport JSON HTTP API 3 1.1 Contents................................................. 3 1.2 Response format

More information

uradmonitor Server Backend, API and Frontend

uradmonitor Server Backend, API and Frontend The complexity of the uradmonitor system stretches from a multitude of compact hardware detectors capable of sensing the environment, to the big data software solutions that can handle the huge amounts

More information

Shopitem API A technical guide to the REST API for managing updates of shopitems

Shopitem API A technical guide to the REST API for managing updates of shopitems Shopitem API A technical guide to the REST API for managing updates of shopitems Date: 07-12-2018 Version: 3.4 1 Index Introduction and background... 3 1. How to get access to the API and its online docs...

More information

Black Box DCX3000 / DCX1000 Using the API

Black Box DCX3000 / DCX1000 Using the API Black Box DCX3000 / DCX1000 Using the API updated 2/22/2017 This document will give you a brief overview of how to access the DCX3000 / DCX1000 API and how you can interact with it using an online tool.

More information

Case Study Captive Portal with QR Code authenticator assisted

Case Study Captive Portal with QR Code authenticator assisted Case Study Captive Portal with QR Code authenticator assisted Guest receives a QR code that is authenticated by an authenticator on the external RADIUS server QR Code Introduction The Captive Portal with

More information

The MSAP is available only in the root virtual domain from 7.3 Release.

The MSAP is available only in the root virtual domain from 7.3 Release. 10 CHAPTER Cisco Mobility Services Advertisement Protocol () provides requirements for clients and servers and describes the message exchanges between them. Mobile devices can retrieve service advertisements

More information

TelkomInternet. APN Device Settings

TelkomInternet. APN Device Settings APN Device Settings Content: 1. Telkom Devices 3 1.1. Huawei Mobile WiFi E5330 setting 3 1.2. Dlink DWR 730 4 1.3. Dlink LTE router settings 5 1.4. Telkom Dongles Connection Manager 6 2. Other device settings

More information

GIANT PRO. User Guide STD_REV1.0

GIANT PRO. User Guide STD_REV1.0 GIANT PRO User Guide STD_REV1.0 Contents 1. Intro 2. Device Settings 3. Error Check 4. Maintenance Report 5. NFC Tag Setting 6. Smart WiFi Link 7. Bluetooth Pairing 8. Smart Coupon 9. e-receipt 3 6 9 10

More information

TC-IOT M2M CORE Services Protocol. User Manual. Version: 1.0 Date:

TC-IOT M2M CORE Services Protocol. User Manual. Version: 1.0 Date: TC-IOT M2M CORE Services Protocol User Manual Version: 1.0 Date: Document Name: TC-IOT M2M CORE Services Protocol - User Manual Version: 1.0 Date: Document ID: TC_IOT_M2M_CORE_Protocol_User_Manual_EN_v1.0

More information

Sophos Mobile. app groups interface guide. Product Version: 8.5

Sophos Mobile. app groups interface guide. Product Version: 8.5 app groups interface guide Product Version: 8.5 Contents About this guide... 1 App reputation support...2 The app groups web service interface... 3 API description... 5 Log in...5 Log out...6 Create app

More information

Android Samsung Galaxy S6 Edge

Android Samsung Galaxy S6 Edge Android 6.0.1 Samsung Galaxy S6 Edge Access your quick menu by using two fingers to pull down the menu from the top-center of the screen. You can use this to quickly turn your Wi-Fi, Location, Bluetooth,

More information

Datto Disaster Tracking

Datto Disaster Tracking Datto Disaster Tracking Design/Architecture Document Masters of Disaster Nsama Chipalo, Brandon Cole, Aaron Damrau, Jhossue Jimenez, Jacob Peterson Last Updated May 11th, 2015 Table of Contents Table of

More information

Public Appointment API. Calendar A

Public Appointment API. Calendar A Public Appointment API Calendar 205.01A Copyright notice The information in this document is subject to change without prior notice and does not represent a commitment on the part of Q-MATIC AB. All efforts

More information

Geolocating with ESP8266

Geolocating with ESP8266 ! Geolocating with ESP8266 Version 1.0 Copyright 2017 About This Guide This documents introduces how to obtain a device location with ESP8266. Chapter Title Content Chapter 1 Overview Overview of geolocating

More information

Wi-Fi Troubleshooting Student IT

Wi-Fi Troubleshooting Student IT Wi-Fi Troubleshooting Student IT Windows 7 / Windows 8 - Click the Wireless Network icon on the system tray - Click UniWireless - Enter student username and password then click Ok - Check connect automatically

More information

Performance Platform Documentation

Performance Platform Documentation Performance Platform Documentation Release 1.0 Performance Platform July 20, 2017 Contents 1 Adding data 3 2 Emptying a data set 5 3 Client implementations 7 4 Glossary 9 5 Get a Performance Platform

More information

Copyright 2015 Haltian Ltd. All rights reserved. Haltian and Thingsee are registered trademarks of Haltian Ltd.

Copyright 2015 Haltian Ltd. All rights reserved. Haltian and Thingsee are registered trademarks of Haltian Ltd. Thingsee Engine API Version 01.00, 03.07.2015 Copyright 2015 Haltian Ltd. All rights reserved. Haltian and Thingsee are registered trademarks of Haltian Ltd. Haltian Ltd reserves all ownership rights for

More information

Ekahau RTLS Interop Note & Configuration Guide

Ekahau RTLS Interop Note & Configuration Guide Ekahau RTLS Interop Note & Configuration Guide MERUNETWORKS.COM Version 1.0, April 2011 Table of contents: Requirements 3 Communication Overview 3 Controller and Access Point configuration 4 Ekahau RTLS

More information

Manage Devices - Clocks, Gateways & Networks

Manage Devices - Clocks, Gateways & Networks Manage Devices - Clocks, Gateways & Networks OneVue PoE Managed Time OneVue is a trademark of Primex. OneVue is an intelligent environmental monitoring and managed time solution. All other trademarks are

More information

Overview of Cisco Virtual BLE Beacon Solution

Overview of Cisco Virtual BLE Beacon Solution Cisco Virtual Bluetooth Low Energy (BLE) Beacon Solution provides the operational simplicity necessary to deliver a scalable BLE beacon solution across the enterprise. Virtual BLE Beacons extend the capabilities

More information

Procedia Computer Science

Procedia Computer Science Procedia Computer Science 3 (2011) 949 953 Procedia Computer Science 00 (2010) 000 000 Procedia Computer Science www.elsevier.com/locate/procedia www.elsevier.com/locate/procedia WCIT 2010 An Implementation

More information

TABLE OF CONTENTS INTRODUCTION

TABLE OF CONTENTS INTRODUCTION KeyTalk - API Author MR vd Sman Creation date 14-March-2017 Last updated 7-January-2019 Document version 2.4.0 Minimal KeyTalk 5.5.0 server version Document status Qualified Product KeyTalk certificate

More information

Data Avenue REST API. Ákos Hajnal, Zoltán Farkas November, 2015

Data Avenue REST API. Ákos Hajnal, Zoltán Farkas November, 2015 Data Avenue REST API Ákos Hajnal, Zoltán Farkas November, 2015 What is REST? REST (Representational State Transfer) is an architectural style (Roy Fielding, 2000) client-server model, stateless (individually

More information

Sigox APIs beginners API HOW TO. External Use, version 1.3

Sigox APIs beginners API HOW TO. External Use, version 1.3 Sigox APIs beginners API HOW TO External Use, version 1.3 Summary Sigfox data interfaces... 3 How to use API... 3 Credentials generation... 3 API documentation... 4 API usage... 4 Credentials renewal...

More information

Access Point Connection in Departments and SSSH

Access Point Connection in Departments and SSSH Access Point Connection in Departments and SSSH 1. Access point names. i) veccse ii) vecit iii) vecece iv) vecmba v) SSSH1 2. Proxy Address for Access Point(Wi-Fi) i) For CSE(vec-cse) Proxy Address:172.16.1.2

More information

Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software

Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software V1.00 The TR-7wf Series of Wi-Fi enabled wireless loggers ship from the factory pre-configured for seamless integration with

More information

API Gateway. Version 7.5.1

API Gateway. Version 7.5.1 O A U T H U S E R G U I D E API Gateway Version 7.5.1 15 September 2017 Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway API Gateway 7.5.1 No part

More information

2N Helios IP HTTP API

2N Helios IP HTTP API 2N Helios IP HTTP API Konfigurační manuál Version 2.11 www.2n.cz The 2N TELEKOMUNIKACE a.s. is a Czech manufacturer and supplier of telecommunications equipment. The product family developed by 2N TELEKOMUNIKACE

More information

BaasBox. Open Source Backend as a Service. Otto Hylli

BaasBox. Open Source Backend as a Service. Otto Hylli BaasBox Open Source Backend as a Service Otto Hylli Overview (1/2) Developed by BaasBox an Italian startup company Project was declared started on 1st of July 2012 on the BaasBox blog Open source under

More information

Mobile Concierge Services

Mobile Concierge Services Cisco Mobile Concierge service provides requirements for mobile clients and servers, and describes message exchanges between them. The Mobile Concierge solution delivers a unique in-store experience to

More information

Login as Commander Enter Commaner Username Here 2. Enter Password Here 3. Press Login to Login as Commander

Login as Commander Enter Commaner Username Here 2. Enter Password Here 3. Press Login to Login as Commander Login as Commander https://raptorsecuritysoftware.com/ 2 3. Enter Commaner Username Here 2. Enter Password Here 3. Press Login to Login as Commander 4 After Login This Screen Will Show 4. To Create Agent

More information

WEB ANALYTICS HOW-TO GUIDE

WEB ANALYTICS HOW-TO GUIDE WEB ANALYTICS HOW-TO GUIDE MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M logo are trademarks or registered trademarks of Motorola Trademark Holdings, LLC and are used under license. All other trademarks

More information

LabCollector Web Service API

LabCollector Web Service API LabCollector Web Service API The LabCollector Web Service Application Programming Interface (API) allows third-party applications to interact with LabCollector's database (modules). The API is based on

More information

WiaTag 2.4. User Guide. date: July 11, 2018

WiaTag 2.4. User Guide. date: July 11, 2018 date: July 11, 2018 Table of Contents Overview 4 Authorization 5 Sign in with the Account Name 5 Sign in with the Unit ID 6 Sign in with the QR Code 7 User Mode Selection 7 Active 7 Standard 8 Lite 8 Custom

More information

Crestron Virtual Control REST API

Crestron Virtual Control REST API Crestron Virtual Control REST API Programming Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers and Crestron Service Providers (CSPs) under a limited

More information

STREAMING VIDEO SERVICE

STREAMING VIDEO SERVICE STREAMING VIDEO SERVICE Stream It Documentation Logging In 4 Browsing Videos 4 Video Source 4 Order 4 Category 4 Per Page 5 Search 5 Upload 6 File Types 6 Video Information 6 Video Screen 7 Related Videos

More information

Grandstream Networks, Inc. Captive Portal Authentication via Twitter

Grandstream Networks, Inc. Captive Portal Authentication via Twitter Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

IBM Security Access Manager for Mobile Version Developer topics

IBM Security Access Manager for Mobile Version Developer topics IBM Security Access Manager for Mobile Version 8.0.0.5 Developer topics IBM Security Access Manager for Mobile Version 8.0.0.5 Developer topics ii IBM Security Access Manager for Mobile Version 8.0.0.5:

More information

Tags Resource and TagTrends Resource Operations

Tags Resource and TagTrends Resource Operations CHAPTER 9 Tags Resource and TagTrends Resource Operations A Cisco WebEx Social tag is keyword or phrase that can be associated with an element such as a post, message, community, and so on. People can

More information

Table of Contents. Description of the BlackVue App 3. Supported Devices 4. Screen Description 5. Connection of BlackVue to a Wi-Fi connection 9

Table of Contents. Description of the BlackVue App 3. Supported Devices 4. Screen Description 5. Connection of BlackVue to a Wi-Fi connection 9 Car Dashcam Table of Contents Description of the BlackVue App 3 Features 3 Supported Devices 4 Screen Description 5 Connection of BlackVue to a Wi-Fi connection 9 Menu Description 12 Recorded video playback

More information

Smart Plug User Guide

Smart Plug User Guide Smart Plug User Guide Version 1.2 Copyright 2016 About This Guide This document introduces to users an example of ESP IOT Platform applications, the Espressif Smart Plug. The document includes the following

More information

ForeScout Open Integration Module: Data Exchange Plugin

ForeScout Open Integration Module: Data Exchange Plugin ForeScout Open Integration Module: Data Exchange Plugin Version 3.2.0 Table of Contents About the Data Exchange Plugin... 4 Requirements... 4 CounterACT Software Requirements... 4 Connectivity Requirements...

More information

WEB API. Nuki Home Solutions GmbH. Münzgrabenstraße 92/ Graz Austria F

WEB API. Nuki Home Solutions GmbH. Münzgrabenstraße 92/ Graz Austria F WEB API v 1. 1 0 8. 0 5. 2 0 1 8 1. Introduction 2. Calling URL 3. Swagger Interface Example API call through Swagger 4. Authentication API Tokens OAuth 2 Code Flow OAuth2 Authentication Example 1. Authorization

More information

NXC Series. Handbook. NXC Controllers NXC 2500/ Default Login Details. Firmware Version 5.00 Edition 19, 5/

NXC Series. Handbook. NXC Controllers NXC 2500/ Default Login Details. Firmware Version 5.00 Edition 19, 5/ NXC Series NXC 2500/ 5500 NXC Controllers Firmware Version 5.00 Edition 19, 5/2017 Handbook Default Login Details LAN Port IP Address https://192.168.1.1 User Name admin Password 1234 Copyright 2017 ZyXEL

More information

User Manual of 11ac 1200Mbps Outdoor CPE NWA220

User Manual of 11ac 1200Mbps Outdoor CPE NWA220 User Manual of 11ac 1200Mbps Outdoor CPE NWA220 NWA This is the user manual of 11ac 1200Mbps Outdoor CPE, which will approximate guide you how to set and apply the NWA 220 Outdoor CPE 1 st Hardware and

More information

BizMobile Go! Instruction Manual. (ios) Checkin, Profile & Template

BizMobile Go! Instruction Manual. (ios) Checkin, Profile & Template (ios) Checkin, Profile & Template Preparing Device Create device information for device management. Create Device information Step 1. Go to CONFIG -> Device -> Create 2. Enter necessary information Input

More information

Grandstream Networks, Inc. Captive Portal Authentication via RADIUS

Grandstream Networks, Inc. Captive Portal Authentication via RADIUS Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 SYSTEM OVERVIEW... 6 CAPTIVE PORTAL SETTINGS... 7 Policy Configuration Page... 7 Landing Page Redirection... 9 Pre-Authentication

More information

OAuth at Interactive Brokers

OAuth at Interactive Brokers OAuth at Interactive Brokers November 9, 2017 1 Consumer Registration Consumers will need to provide the following in order to register as an authorized oauth consumer with Interactive Brokers. 1. A 2048-bit

More information

Condeco Group Ltd 2 Harbour Exchange Square London E14 9GE, UK

Condeco Group Ltd 2 Harbour Exchange Square London E14 9GE, UK Technical Overview Condeco Group Ltd 2 Harbour Exchange Square London E14 9GE, UK www.condecosoftware.com 2 Contents Product Overview... 3 Functionality... 4 Cloud Application functionality... 4 Screen

More information

Certificate Management

Certificate Management Certificate Management This guide provides information on...... Configuring the NotifyMDM server to use a Microsoft Active Directory Certificate Authority... Using Certificates from Outside Sources...

More information

GMA024F0. GridDB Web API Guide. Toshiba Digital Solutions Corporation 2017 All Rights Reserved.

GMA024F0. GridDB Web API Guide. Toshiba Digital Solutions Corporation 2017 All Rights Reserved. GMA024F0 GridDB Web API Guide Toshiba Digital Solutions Corporation 2017 All Rights Reserved. Introduction This manual describes GridDB WebAPI s function, configuration method, and notes. Please read this

More information

WiaTag 1.4. User Guide. date: January 1, 2017

WiaTag 1.4. User Guide. date: January 1, 2017 WiaTag 1.4 date: January 1, 2017 Table of Contents Overview 4 Creating a Unit for WiaTag 5 Unit Creation From the Monitoring System 5 Unit Creation From the Application 6 Starting Application and Choosing

More information

CUSTOMER PORTAL. Creating Venues & Groups

CUSTOMER PORTAL. Creating Venues & Groups CUSTOMER PORTAL Creating Venues & Groups CREATING VENUES You will need to be at Customer level in order to create new venues. 1. Clicking the option at the top left of the screen. 2. The side menu will

More information

Configuring Client Profiling

Configuring Client Profiling Prerequisites for, page 1 Restrictions for, page 2 Information About Client Profiling, page 2, page 3 Configuring Custom HTTP Port for Profiling, page 4 Prerequisites for By default, client profiling will

More information

GFence Integration. with Aruba ALE Configuration guide

GFence Integration. with Aruba ALE Configuration guide GFence Integration with Aruba ALE Configuration guide Location Based Services Contents Introduction 1.Prerequisites 2.Overview 3.Configuration Configuring Aruba ALE Configuring Aruba AirWave Configuring

More information

IBM Security Access Manager Version 9.0 October Development topics IBM

IBM Security Access Manager Version 9.0 October Development topics IBM IBM Security Access Manager Version 9.0 October 2015 Development topics IBM IBM Security Access Manager Version 9.0 October 2015 Development topics IBM ii IBM Security Access Manager Version 9.0 October

More information