Retrieve License Usage History

Retrieve a single license usage history if requesting manager has access permissions to it.

URL: /api/v1/license-histories/{id}/

Method: GET

Success Response

Code: 200 OK

Response (200 OK)
{
    "id": 74336,
    "device": null,
    "license_user": null,
    "ts": "2021-08-30T06:44:45Z",
    "source": "api",
    "sdk_version": null,
    "level": "info",
    "text": "License created",
    "data": null,
    "license": 1630305885777219
}

Was this helpful?