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
| Parameter | Type | Example | Description |
|---|---|---|---|
user_id | query | testuser | The string format of username/user ID |
Responses
| Code | Description |
|---|---|
200 | Success |
500 | Internal 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.