You can find the call you need by following a few easy steps.
In this case, we want to find the syntax for searching in the Projects Groups for projects created between a specified date:
- Login to WorldServer and go to your projects page
- Activate DEV-TOOLS (F12) in your browser
- Create the filter in the WorldServer UI and run it
- In DEV-TOOLS look for the new call that was generated (in this case it would start with search?fields=...) and click it
- On the right select Payload and look for Request Payload
- You can switch this to view source and copy the value
- If you place this in Noteapad++ it would look like this
- Next, you can use/copy this in your request body