Retrieve License Usage History

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

Method : GET

Success Response

Code : 200 OK

Content examples :

{
    "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
}

Last updated

Was this helpful?