Parameter | Description |
---|---|
ID | User id. |
{
"total": 1,
"rows": [
{
"id": 3,
"name": "<string>",
"company": null,
"manufacturer": null,
"product_key": "<string>",
"order_number": null,
"purchase_order": null,
"purchase_date": null,
"termination_date": null,
"depreciation": null,
"purchase_cost": "<string>",
"purchase_cost_numeric": "<string>",
"notes": "<string>",
"expiration_date": null,
"seats": 26,
"free_seats_count": 1,
"remaining": 2,
"min_amt": null,
"license_name": null,
"license_email": "<string>",
"reassignable": true,
"maintained": false,
"supplier": null,
"category": {
"id": 0,
"name": "<string>"
},
"created_by": null,
"created_at": {
"datetime": "2025-04-01 22:14:12",
"formatted": "Tue Apr 01, 2025 10:14PM"
},
"updated_at": {
"datetime": "2025-04-01 22:14:13",
"formatted": "Tue Apr 01, 2025 10:14PM"
},
"deleted_at": null,
"user_can_checkout": false,
"available_actions": {
"checkout": true,
"checkin": true,
"clone": true,
"update": true,
"delete": false
}
}
]
}
Was this page helpful?