What we want to achieve:
Before
After
In order to change the user assignment a POST call should be made to
/api/projectserver/v2/projects/{projectId}/changeassignment
In the body of the call we need to send additional information about the…
The goal of this tutorial is to move a file from:
Preparation phase
To Translation phase
In order to change the phase of a file a POST call must be made to:
/api/projectserver/v2/projects/{projectId}/changephase
In the body of the request…
In this example we'll use Postman to upload a file to GroupShare by making a call to the following endpoint:
What is Postman?
Postman is a FREE tool which allows you to easily make calls to a server. You can download the tool from here .
How upload…
GroupShare endpoints are OAuth 2.0 protected resources. This means that callers must provide a so called "bearer token".
This is the first thing you see when you access swagger interface:
In order to make calls from the interface you need to provide…
No enough support from API documentation? Web Browser console is here to help us.
Firs of all the documentation for GS Api can be found at the following address:
{YourGSUrl}/documentation/api/index
The process which I'll describe bellow…