Data Options

When retrieving data from the Netify Informatics API, a list of available options for some data items is available. For example, when mapping a MAC address to a user-defined device, both the type of device (e.g. mobile, tablet, printer) and the operating system (e.g. Android, Mac, Windows) must be specified. See screenshot:

Data options JSON payload

The list of available options is provided in the data_options JSON object in the REST API payload. See documentation on API endpoints for details.

JSON Payload sample - data options

"data_options": {
    "os": {
        "0": "Other",
        "1": "Windows",
        "2": "Mac",
        "5": "Linux",
        "14": "BSD",
        "130": "Chrome OS",
        "192": "BlackBerry",
        "193": "Apple iOS",
        "195": "Symbian",
        "202": "Android",
        "5474": "Windows Phone"
    },
    "types": {
        "0": "Other",
        "3": "VoIP Phone/Adapter",
        "6": "Gaming Console",
        "8": "Printer/Scanner",
        "9": "Switch",
        "10": "Storage Device",
        "13": "Video Conferencing",
        "15": "IoT",
        "16": "Mobile",
        "18": "Tablet/eBook",
        "20": "Projector",
        "24": "Point of Sale",
        "31": "Laptop",
        "32": "Desktop",
        "34": "Server",
        "7175": "TV / DVR",
        "8135": "Wireless APs",
        "8136": "Router",
        "8147": "IP Camera",
        "8238": "Medical Device",
        "10000001": "Computing Device"
    },
}
        

Integration and Custom Solutions

Do you have any questions about integration, APIs or custom development?

Contact Us