* Row filtering - Where - Work in progress :racehorse:
Use HTTP clients like [Postman](https://www.getpostman.com/) or [similar tools](https://chrome.google.com/webstore/search/http%20client?_category=apps) to invoke REST API calls
@ -133,7 +133,7 @@ eg: sorts descending by column1
eg: sorts ascending by column1 and descending by column2
## Fields
## Column filtering / Fields
```
/api/payments?_fields=customerNumber,checkNumber
```
@ -143,6 +143,9 @@ eg: gets only customerNumber and checkNumber in response of each record
```
eg: gets all fields in table row but not checkNumber