Query parameters "fields" and "excludeFields" not taken in account for REST API endpoint "projects"

Dear community members,

I am trying to retrieve a list of projects from SDL WorldServer via the endpoint "projects" of the REST API using the following "GET" call:

https://servername/ws-api/v1/projects?fields=id&token=xxxxxxxx&excludedFields=client,workgroup

The call will return a JSON string but will not take into account the values passed to the query parameters "fields", to define the fields which should be included and "excludeFields", where the fields to be excluded are mentions.

Do I have an error in my syntax or is this a bug?

Thanks in advance for your support.

Regards,

Laurent