API Response from Listprojects with no ProjectManagers

Hi, I am making an API call to get a list of the projects and the response returns all the requested fields except the ProjectManagers.

The request is this (using Postman with your collection for Postman): GET {{baseUrl}}/projects?fields=id,projectManagers

And the response is this:

{
    "items": [
        {
            "id": "67d9566b2593782d821476cb",
            "projectManagers": []
        }
    ],
    "itemCount": 1
}
The project has a Project Manager assigned:
Screenshot of a project information form showing fields for Name, Description, Project Due Date, and Project Managers with one manager assigned.
Thanks


Generated Image Alt-Text
[edited by: RWS Community AI at 11:14 AM (GMT 0) on 24 Mar 2025]