Retrieve License Activation History

Retrieves a single license activation history, if requesting manager has access permissions to it.

URL: /api/v1/license-activation-histories/{id}/ Method: GET

circle-info

Accessible only to authorized managers.

Success Response

Code: 200 OK

Response (200)
{
    "id": 23,
    "device": {
        "id": 1112,
        "device_variables": [
            {
                "id": 2018,
                "created_at": "2021-02-01T07:24:08Z",
                "variable": "v7",
                "value": "ggg",
                "device": 1112
            }
        ],
        "created_at": "2020-06-02T10:32:54Z",
        "updated_at": "2020-06-02T12:35:17Z",
        "hardware_id": "1C0B-D53D-2A92-9665-9634-1FE5-1326-56DF-5401-63B1-88D5-DB7D-FB02-D440-3760-720D",
        "time_activated": "2020-03-11T10:22:29Z",
        "time_deactivated": null,
        "validity_period": null,
        "device_active": true,
        "type": "desktop",
        "os": "Microsoft Home 10",
        "sdk_build_version": "Java SDK 0.0.1",
        "last_check": "2020-03-13T11:04:45Z",
        "app_ver": "1.0",
        "hostname": "DESKTOP-2K64QES",
        "ip": "192.168.202.1",
        "external_ip": "46.234.71.160",
        "mac_address": null,
        "is_vm": true,
        "vm_info": "VMware ESX 3",
        "floating_last_seen": null,
        "floating_in_use": false,
        "blacklisted": false,
        "license": 1599050404885519
    },
    "ts": "2021-03-17T11:17:06Z",
    "action": "deactivation",
    "license": 1599050404885519
}

Was this helpful?