cancel
Showing results for 
Search instead for 
Did you mean: 

Transactions Rest API timing out in 2.3.0

Transactions Rest API timing out in 2.3.0

Hi,

 

I'd really appreciate if anyone can help with with a problem I'm having using the REST API to get Transactions. When I make a call to get all Transactions (with no searchCriteria), it times out. I've tried this on a vanilla install and still get the same problem.

 

When I make the call with no transactions in the system it's fine. When I then create a transaction (credit card payment against an invoice) it times out.

 

I'm calling - 

https://myserver/rest/V1/transactions?searchCriteria

 

All the rest of my rest calls work fine, it's just this one that seems to max out the server (like 100%) and timeout.

 

This is with just a single transaction in the system.

 

Any help much appreciated as I've been trying to crack this for days now.

 

1 REPLY 1

Re: Transactions Rest API timing out in 2.3.0

I don't have any problems with https://[SERVER_NAME]/rest/V1/transactions?searchCriteria. I just completed a test call with get and it returns the transactions in the system right away. 

Possible that you don't have permissions set for Transaction in the role you are using for your rest calls?