Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot retreive user jobs from a project #25

Open
danyfel80 opened this issue Jun 30, 2021 · 0 comments
Open

cannot retreive user jobs from a project #25

danyfel80 opened this issue Jun 30, 2021 · 0 comments

Comments

@danyfel80
Copy link
Contributor

When requesting user jobs in a project from a Collection<UserJob>, the response is 404.
The reason is that the request url created by the client code is the following:
https://server.com/api/project/{projectId}/userJob.json
However, it should be the following (with userjob in lowercase):
https://server.com/api/project/{projectId}/userjob.json
I think this comes from the UserJob class that makes explicit the use of a capital J.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant