Solved Making POST and GET API calls to receive data

I think I'm missing the filters key, try any of these:
https://api.procore.com/rest/v1.0/projects/999111/rfis/filters[created_at]="2023-05-15T12:00:00Z...2023-05-29T12:00:00Z"
https://api.procore.com/rest/v1.0/projects/999111/rfis/filters[created_at]=2023-05-15T12:00:00Z...2023-05-29T12:00:00Z
https://api.procore.com/rest/v1.0/projects/999111/rfis?filters[created_at]="2023-05-15T12:00:00Z...2023-05-29T12:00:00Z"
https://api.procore.com/rest/v1.0/projects/999111/rfis?filters[created_at]=2023-05-15T12:00:00Z...2023-05-29T12:00:00Z
 
Thanks Edgar. Appreciate all your efforts to figure this out.
Good news is the last two from Post #21 returned the results.

https://api.procore.com/rest/v1.0/projects/999111/rfis?filters[created_at]="2023-05-15T12:00:00Z...2023-05-29T12:00:00Z" https://api.procore.com/rest/v1.0/projects/999111/rfis?filters[created_at]=2023-05-15T12:00:00Z...2023-05-29T12:00:00Z

As a follow up experiment, I changed the date and tried without the time stamp, that seems to work also.
https://api.procore.com/rest/v1.0/projects/999111/rfis?filters[created_at]=2023-05-18...2023-05-19
 

Users who are viewing this thread

Back
Top Bottom