rogers-obrien-rad / ProPyCore

Interact with Procore through Python for Data Connection Applications (no user authentication)
MIT License
4 stars 0 forks source link

Max projects per request is 300 #24

Closed HagenFritz closed 1 year ago

HagenFritz commented 1 year ago

As per Procore's documentation, we can only request 300 projects per page and since we can only query one page that means 300 projects per request. This could mean that we don't find all the projects within a company. We need to build in a while to continue requesting until all projects have been pulled and combine the data in a useful way. I am thinking something like: