Hi,
Beginner in API and Postman.
When testing OData using Postman, I'm running this :
But get error saying Cloud Agent Error: Request is taking longer than 30 seconds to fulfill. Use another agent to send a request without time limitations
How to handle this limitation ?
While googling, I tried to add the parameters for Page and Pagesize, but no help. Also try to increase the Request time out in settings ->
This is the default, as I understand, 0 means forever but it give the error, so I tried to update it to 10000, still get the same error, so now bring back the default 0.
I tried with other URL request though, and it is succeeded, like this one :
Thanks