Retrieve License Features Import Result
Success Response
{
"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
}
}Was this helpful?