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 jo...