On this page

status

Get status

Currently open to offshore setting. This API endpoint is for IT admin to view the license usage status for either all licenses loaded on the server or for a specific user.

This endpoint is part of Local instance (On-prem) specific endpoints.

GET /api/v2/status

Parameters

ParameterTypeExampleDescription
user_idquerytestuserThe string format of username/user ID

Responses

CodeDescription
200Success
500Internal server error

Example responses

{
  "license": "10612076",
  "name": "Division A site license",
  "seat_amount": 50,
  "active_seats": 30,
  "remaining_seats": 20,
  "utilization_rate": "60%"
}

or

{
  "license": "10612076",
  "user": "testuser",
  "lease_start": "2021-10-01",
  "lease_end": "2021-12-01",
  "last_used": "2021-10-05",
  "days_used": 3
}
{
  "status": false,
  "code": "1234"
}

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.