I am using Tuleap API to query projects using the below API
https://alm.test.com/api/projects?query={"shortname":"myproject"}
When I call this API, Its not returning results for the project "myproject" rather its returning all projects in Tuleap.
I used the same REST API on Tuleap API Explorer it works.
Am I missing something ?