Type
New feature
Description
The Create list items API works great when adding a new item to an IP list, but it doesn’t return the ID of the newly added item; it only returns the operation ID. When we want to update or delete an item the API needs the item’s ID. We end having to download the list and iterate thru it until we find our item and the ID it is associated with to be able to delete it.
Benefit
If the Create list items API returned the ID of newly added items, we could save it locally to refer to it later and avoid having to iterate thru the whole list. The ID could be returned all the time or only if you added a specific parameter to your query.