Whenever I post a new item through the API, Clover generates a unique item ID for it, regardless if I have already specified one. How would I get it to keep the ID that I want? Or immediately access the ID that it automatically creates?
Whenever I post a new item through the API, Clover generates a unique item ID for it, regardless if I have already specified one. How would I get it to keep the ID that I want? Or immediately access the ID that it automatically creates?
Both the REST API and the Android API return the newly created item in the response so you can get the unique id right there.
No one has followed this question yet.