Query an API list. I am working with a 3rd party API to retrieve a list of jobs from the database. When testing the GET /jobs? API I receive a huge list of "jobs" but I only want to return a list that is "assignedTo" a particular person, or a certain workStation or even if the job is "active":TRUE ? Is this possible to do with API express? Is their a tutorial to show how to filter or use parameters? Thanks for the help