Registered device list API

Registered device list API

Registered device list

Get the registered device list.
  Paging is applied. (e.g. If 100 devices need to be searched at one request, it needs to set Page: 0, Size: 100.
  Total in paging indicates the total number of paging objects.
(Not objects in records.)

URL: /site/{siteId}/devices?page={page}&size={size}
siteId: site ID
Method: GET

Request

Key Required Type Description
page false STRING Page number (default: 0)
size false STRING No of objects per page (default: 20)

Response
Key Required Type Description
id true STRING Device unique ID
serial true STRING Device serial number
model true STRING Device model name
name true STRING Device nickname

Example
GET - /site/1/devices?page=0&size=10
Request:
    None
Response:
{"status":200,"message":"success",
 "total": "3"
 "records": [
     {"id":"22","serial":"010203",
      "name":"moca-device",
      "model": "AP-M"
     }
 ]
 }
    • Related Articles

    • Registered Devices

      The Registered Devices menu shows all the installed devices on your site. If you have not registered any devices yet, this list will be empty. Typically, distributor update this list when they install the Airfob device and service in your space. You ...
    • How to Install Airfob Patch and Register device

      Safety Precaution Before using Airfob Patch, review the User Guide included in this caution and support.mocainc.com. Retain documentation for future reference. Please use Airfob Patch correctly and be cautious of the following warnings to prevent ...
    • Login token & user / card API

      This section explains how to login & manage user through Airfob Portal APIs. Before start Airfob portal account and portal site need to be created in advance to use Airfob portal API. For more information on how to sign up and create a portal site, ...
    • Site info API

      Site information Receive the breif site information. URL: /site/{siteId} siteId: site ID Method: GET Request - None Response Key Required Type Description id true STRING Site unique ID name true STRING Site name accessType true STRING Card type ...
    • Register Suprema Devices on Airfob Space

      If you register a device on a specific site on the Airfob Space, you cannot register the same device on an another site. If the device registration fails, check whether it is registered on an another site or not. Supported Suprema Devices Visit ...