1

what is the api call for getting all the inspection records, or how to know the sequence numbers to be used for multiple calls to the same api, so that we can get all the inspections records, instead of just getting default 200 records

https://data.dol.gov/get/inspection/format/xml/orderby/asc/columns/{activity_nr:open_date:site_address:site_city:site_state:insp_type:close_conf_date:close_case_date}

Marcus D
  • 1,119
  • 1
  • 9
  • 26
Leela
  • 19
  • 2

1 Answers1

1

We have a patch sitting in our OCIO's office that will fix the issue with pagination not working. Once it navigates that maze, pagination beyond the first 200 records should work.

edit: The fix is in place. We've updated our API documentation as well. We're in the process of updating our dataset documentation as well as the feature is rolled out to all of our data sources.

Mike Pulsifer
  • 401
  • 2
  • 4