Post Title: Trying to retrieving only ACTIVE projects using GET WorkspaceProjects.
Your Question/Topic: Per the documentation, I should be able to use the parameter “active” to get active, inactive and both. I specified the field to be “true” but I get all the projects. I only pass in 3 parameters: “active”, “sort_pinned” and “page”.
The 1st question is:
Does this API endpoint support returning active projects only?
If (1) above is true, how should I set the parameter?