Management API
...
License
Features Import Results
Retrieve License Features Import Result
1min


Updated 05 Sep 2023
Did this page help you?
Retrieves a single license features import result, if requesting manager has access permissions to it.
URL: /api/v1/license-features-import-results/{id}/
Method: GET
Code: 200 OK
Content Examples:
{ "id": 12, "file_name": "lpf_example.csv", "status": "success", "created_at": "2021-05-28T07:41:50.247644Z", "started_at": "2021-05-28T07:41:58.090021Z", "finished_at": "2021-05-28T07:42:03.189833Z", "result": { "total_row_count": 5, "valid_row_count": 5, "invalid_rows": [], "created_license_features": 5, "existed_license_features": 0 } }