Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
When paging in the API, since things are index based, there are race conditions where records can be omitted or sent twice. (if deletes or inserts happen while retrieving all)
e.g.
lets say there are groups:
test1, test2, test3, test4
Then I call /g...
Hey,First off I am an applications person, so sorry for the newbie question which is out of my area. We have a database on a private nerwork separated from our public app server by a cisco asa 7.0 firewall. The firewall does a lot of stateful stuff...
Can you please:
Document the API docs so it clearly says how to reliably use the existing paging in this manner (i.e. call with the next_offset-1, check to see if its the right item, if not, exit and try again, maybe loop 10 times until consistent)?O...