tripletex-api2
tripletex-api2 copied to clipboard
`/project` endpoint does not include closed project
We have a project which is closed (isClosed = true
). Let's say it's ID is myId
- When I call
/project?id=myId
I get an empty response. - When I call
/project?id=myId&isClosed=true
the response is still empty.
Whereas
- When I call
/project/myId
the project is correctly returned.
Is this expected behavior?