GET on rest/api/latest/project/ , project without a plan, doesn't return project.
When creating a PROJECT via API, then attempting to GET on project, if there is no plan built, it returns a 404 "Project KEYHERE not found."
Is this expected behavior?
Version 8.13.5 - SERVER.
Ack, found the showEmpty parameter... whoops.
e.g. Project NEW with no plans returns 404 when querying :
api/latest/project/NEW
but shows up when querying
api/latest/project/NEW?showEmpty=true
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.