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…
Before trying to create a project, please make sure you fill the username, password and token fields. If you don't know how to obtain the token please read following post .
Project creation
In order to create a project we need to make several calls…
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…