Forum Discussion
LynchC-MVA
4 years agoNew Member
API Paging that is non-sequential
I am attempting to pull many (10,000+) api calls which each produce one record into a 10,000+ row table. The API has the following format in which it requires these records be pulled: BaseUrl/tickets...
lbendlin
Super User
4 years agoBe aware that Web.Contents supports ManualStatusHandling. That allows you to decide what to do with 404s and other non- 200 messages.