Management API
...
License
Features Import Results

List License Features Import Results

4min
show all license features import results the requesting manager has access permissions to url /api/v1/license features import results/ method get query parameters pagination default pagination is 20 results per page limit number of results to return per page example limit=20 offset the initial index from which to return the results example offset=21 filtering the results can be filtered by various attributes on customer or related to the customer possible filters status iexact choices pending , running , error , success success response code 200 ok content examples { "count" 9, "next" null, "previous" null, "results" \[ { "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 } }, ] }