Open sigurof opened 1 month ago
We have a project which is closed (isClosed = true). Let's say it's ID is myId
isClosed = true
myId
/project?id=myId
/project?id=myId&isClosed=true
Whereas
/project/myId
Is this expected behavior?
Could you please give us the projectId and company on which this happens?
We have a project which is closed (
isClosed = true
). Let's say it's ID ismyId
/project?id=myId
I get an empty response./project?id=myId&isClosed=true
the response is still empty.Whereas
/project/myId
the project is correctly returned.Is this expected behavior?