Solved Making POST and GET API calls to receive data (3 Viewers)

561414

Active member
Local time
Today, 01:22
Joined
May 28, 2021
Messages
280
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
 

sxschech

Registered User.
Local time
Yesterday, 23:22
Joined
Mar 2, 2010
Messages
793
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

Top Bottom