If I want to get projects for userid= 1 then my url looks like
https://localhost:8080/proj_name/api/user/1/projects
How should I construct my resource path if I want to get projects not associated with a particular user id? Any suggestions? Should it be like this or something else?
https://localhost:8080/proj_name/api/projects?excludeUserId = 1