Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

cannot retreive user jobs from a project #25

@danyfel80

Description

@danyfel80

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions