Hi,
I tried to create a project on a GroupShare server using the REST API.
The request body is: {"Name":"Project Name","OrganizationId":"[GUID]"}, where [GUID] is the UniqueID of an existing organization.
The server returns Status code "201 Created", the response body is empty, but I cannot see the created project in the target organization afterwards.
Also, when querying the list of projects with "GET /projectserver/api/1.0/projects", the server returns an empty array (Status code 200), though, I can see several projects on the server in e.g. the Silverlight client with the same user account.
Does anyone have experience with this part of the API? Should I make something differently, or is this a bug?
Thanks,
Tamas