Currently GET /escrow/escrows only care about state being OPEN | EXPIRED
Whereas actually escrow object supports Refunded and Completed as well and might be very handy for integrations with client applications, so they should be considered as well and REST needs to be fixed for this query
Currently
GET /escrow/escrowsonly care about state beingOPEN | EXPIREDWhereas actually escrow object supports Refunded and Completed as well and might be very handy for integrations with client applications, so they should be considered as well and REST needs to be fixed for this query