<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://uat.community.rws.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>How to change a phase of the file using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>How to change a phase of the file using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui</link><pubDate>Tue, 15 Jan 2019 09:34:58 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b27a48e4-4965-4a8d-b6e7-b872695c4ab8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui#comments</comments><description>Current Revision posted to GroupShare API by Andrea-Melinda Ghisa on 1/15/2019 9:34:58 AM&lt;br /&gt;
&lt;p&gt;The goal of this tutorial is to move a file from:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;em&gt;Preparation&lt;/em&gt;&amp;nbsp;phase&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/phPrep.jpg"&gt;&lt;img src="/resized-image/__size/911x243/__key/communityserver-wikis-components-files/00-00-00-03-53/phPrep.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To &lt;em&gt;Translation&lt;/em&gt; phase&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/PhTranslation.jpg"&gt;&lt;img src="/resized-image/__size/926x468/__key/communityserver-wikis-components-files/00-00-00-03-53/PhTranslation.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In order to change the phase of a file a POST call must be made to:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/PhasesV2/PhasesV2_ChangeProjectPhase"&gt;/api/projectserver/v2/projects/{projectId}/changephase&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In the body of the request we need to sent couple information like: &amp;quot;&lt;em&gt;LanguageFileId&lt;/em&gt;&amp;quot; and &amp;quot;&lt;em&gt;PhaseId&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;h3&gt;How to obtain the LanguageFileId&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;LanguageFileId&lt;/em&gt; can be obtained by doing a GET call to&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/Files/Files_Get"&gt;/api/projectserver/v2/projects/{projectId}/files&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span class="path"&gt;From the response object take the&amp;nbsp;value of &amp;quot;&lt;em&gt;UniqueId&lt;/em&gt;&amp;quot; property (&lt;strong&gt;make sure you take the id for the target file&lt;/strong&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;How to obtain the PhaseId&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;First step is to get all the Phases Ids. We&amp;#39;ll make a GET to:&lt;/p&gt;
&lt;h3&gt;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/PhasesV2/PhasesV2_GetProjectPhases"&gt;/api/projectserver/v2/phases/{projectId}&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span class="path"&gt;From the response take the id of the phase you want. In out case we&amp;#39;ll take the translation phase id.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="path"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/phId.jpg"&gt;&lt;img src="/resized-image/__size/907x435/__key/communityserver-wikis-components-files/00-00-00-03-53/phId.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We&amp;nbsp; gathered all the information necessary now we are able to make a POST to actually change the phase.&lt;/p&gt;
&lt;p&gt;The body of the&amp;nbsp;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/PhasesV2/PhasesV2_ChangeProjectPhase"&gt;/api/projectserver/v2/projects/{projectId}/changephase&lt;/a&gt;&amp;nbsp;call should look like this:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="path"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/PhBody.jpg"&gt;&lt;img src="/resized-image/__size/940x327/__key/communityserver-wikis-components-files/00-00-00-03-53/PhBody.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="path"&gt;If the response code of the call is &amp;quot;&lt;strong&gt;201&lt;/strong&gt;&amp;quot; that means the file phase was changed successfully. If you refresh the GroupShare UI you should see the file in the new phase.&lt;/span&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to change a phase of the file using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui/revision/8</link><pubDate>Tue, 15 Jan 2019 09:28:12 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b27a48e4-4965-4a8d-b6e7-b872695c4ab8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui#comments</comments><description>Revision 8 posted to GroupShare API by Andrea-Melinda Ghisa on 1/15/2019 9:28:12 AM&lt;br /&gt;
&lt;p&gt;The goal of this tutorial is to move a file from:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;em&gt;Preparation&lt;/em&gt;&amp;nbsp;phase&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg"&gt;&lt;img src="/resized-image/__size/911x243/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To &lt;em&gt;Translation&lt;/em&gt; phase&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg"&gt;&lt;img src="/resized-image/__size/926x468/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In order to change the phase of a file a POST call must be made to:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/PhasesV2/PhasesV2_ChangeProjectPhase"&gt;/api/projectserver/v2/projects/{projectId}/changephase&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In the body of the request we need to sent couple information like: &amp;quot;&lt;em&gt;LanguageFileId&lt;/em&gt;&amp;quot; and &amp;quot;&lt;em&gt;PhaseId&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;h3&gt;How to obtain the LanguageFileId&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;LanguageFileId&lt;/em&gt; can be obtained by doing a GET call to&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/Files/Files_Get"&gt;/api/projectserver/v2/projects/{projectId}/files&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span class="path"&gt;From the response object take the&amp;nbsp;value of &amp;quot;&lt;em&gt;UniqueId&lt;/em&gt;&amp;quot; property (&lt;strong&gt;make sure you take the id for the target file&lt;/strong&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;How to obtain the PhaseId&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;First step is to get all the Phases Ids. We&amp;#39;ll make a GET to:&lt;/p&gt;
&lt;h3&gt;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/PhasesV2/PhasesV2_GetProjectPhases"&gt;/api/projectserver/v2/phases/{projectId}&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span class="path"&gt;From the response take the id of the phase you want. In out case we&amp;#39;ll take the translation phase id.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="path"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/phId.jpg"&gt;&lt;img src="/resized-image/__size/907x435/__key/communityserver-wikis-components-files/00-00-00-00-39/phId.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to change a phase of the file using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui/revision/7</link><pubDate>Tue, 15 Jan 2019 09:20:55 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b27a48e4-4965-4a8d-b6e7-b872695c4ab8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui#comments</comments><description>Revision 7 posted to GroupShare API by Andrea-Melinda Ghisa on 1/15/2019 9:20:55 AM&lt;br /&gt;
&lt;p&gt;The goal of this tutorial is to move a file from:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;em&gt;Preparation&lt;/em&gt;&amp;nbsp;phase&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg"&gt;&lt;img src="/resized-image/__size/911x243/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To &lt;em&gt;Translation&lt;/em&gt; phase&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg"&gt;&lt;img src="/resized-image/__size/926x468/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In order to change the phase of a file a POST call must be made to:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/PhasesV2/PhasesV2_ChangeProjectPhase"&gt;/api/projectserver/v2/projects/{projectId}/changephase&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In the body of the request we need to sent couple information like: &amp;quot;&lt;em&gt;LanguageFileId&lt;/em&gt;&amp;quot; and &amp;quot;&lt;em&gt;PhaseId&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;h3&gt;How to obtain the LanguageFileId&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;LanguageFileId&lt;/em&gt; can be obtained by doing a GET call to&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/Files/Files_Get"&gt;/api/projectserver/v2/projects/{projectId}/files&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span class="path"&gt;From the response object take the&amp;nbsp;value of &amp;quot;&lt;em&gt;UniqueId&lt;/em&gt;&amp;quot; property (&lt;strong&gt;make sure you take the id for the target file&lt;/strong&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to change a phase of the file using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui/revision/6</link><pubDate>Tue, 15 Jan 2019 09:19:17 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b27a48e4-4965-4a8d-b6e7-b872695c4ab8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui#comments</comments><description>Revision 6 posted to GroupShare API by Andrea-Melinda Ghisa on 1/15/2019 9:19:17 AM&lt;br /&gt;
&lt;p&gt;The goal of this tutorial is to move a file from:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;em&gt;Preparation&lt;/em&gt;&amp;nbsp;phase&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg"&gt;&lt;img src="/resized-image/__size/911x243/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To &lt;em&gt;Translation&lt;/em&gt; phase&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg"&gt;&lt;img src="/resized-image/__size/926x468/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In order to change the phase of a file a POST call must be made to:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/PhasesV2/PhasesV2_ChangeProjectPhase"&gt;/api/projectserver/v2/projects/{projectId}/changephase&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In the body of the request we need to sent couple information like: &amp;quot;&lt;em&gt;LanguageFileId&lt;/em&gt;&amp;quot; and &amp;quot;&lt;em&gt;PhaseId&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;h3&gt;How to obtain the LanguageFileId&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;LanguageFileId can be obtained by doing a GET call to&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/Files/Files_Get"&gt;/api/projectserver/v2/projects/{projectId}/files&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to change a phase of the file using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui/revision/5</link><pubDate>Tue, 15 Jan 2019 09:18:51 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b27a48e4-4965-4a8d-b6e7-b872695c4ab8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui#comments</comments><description>Revision 5 posted to GroupShare API by Andrea-Melinda Ghisa on 1/15/2019 9:18:51 AM&lt;br /&gt;
&lt;p&gt;The goal of this tutorial is to move a file from:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;em&gt;Preparation&lt;/em&gt;&amp;nbsp;phase&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg"&gt;&lt;img src="/resized-image/__size/911x243/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To &lt;em&gt;Translation&lt;/em&gt; phase&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg"&gt;&lt;img src="/resized-image/__size/926x468/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In order to change the phase of a file a POST call must be made to&amp;nbsp;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/PhasesV2/PhasesV2_ChangeProjectPhase"&gt;/api/projectserver/v2/projects/{projectId}/changephase&lt;/a&gt;&amp;nbsp;&lt;/span&gt;endpoint&lt;/p&gt;
&lt;p&gt;In the body of the request we need to sent couple information like: &amp;quot;&lt;em&gt;LanguageFileId&lt;/em&gt;&amp;quot; and &amp;quot;&lt;em&gt;PhaseId&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;h3&gt;How to obtain the LanguageFileId&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;LanguageFileId can be obtained by doing a GET call to&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/Files/Files_Get"&gt;/api/projectserver/v2/projects/{projectId}/files&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to change a phase of the file using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui/revision/4</link><pubDate>Tue, 15 Jan 2019 09:17:53 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b27a48e4-4965-4a8d-b6e7-b872695c4ab8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui#comments</comments><description>Revision 4 posted to GroupShare API by Andrea-Melinda Ghisa on 1/15/2019 9:17:53 AM&lt;br /&gt;
&lt;p&gt;The goal of this tutorial is to move a file from:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;em&gt;Preparation&lt;/em&gt;&amp;nbsp;phase&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg"&gt;&lt;img src="/resized-image/__size/911x243/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To &lt;em&gt;Translation&lt;/em&gt; phase&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg"&gt;&lt;img src="/resized-image/__size/926x468/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In order to change the phase of a file a POST call must be made to&amp;nbsp;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/PhasesV2/PhasesV2_ChangeProjectPhase"&gt;/api/projectserver/v2/projects/{projectId}/changephase&lt;/a&gt;&amp;nbsp;&lt;/span&gt;endpoint&lt;/p&gt;
&lt;p&gt;In the body of the request we need to sent couple information like: &amp;quot;&lt;em&gt;LanguageFileId&lt;/em&gt;&amp;quot; and &amp;quot;&lt;em&gt;PhaseId&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;h3&gt;How to obtain the LanguageFileId&amp;nbsp;&lt;/h3&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to change a phase of the file using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui/revision/3</link><pubDate>Tue, 15 Jan 2019 09:15:47 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b27a48e4-4965-4a8d-b6e7-b872695c4ab8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui#comments</comments><description>Revision 3 posted to GroupShare API by Andrea-Melinda Ghisa on 1/15/2019 9:15:47 AM&lt;br /&gt;
&lt;p&gt;The goal of this tutorial is to move a file from:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;em&gt;Preparation&lt;/em&gt;&amp;nbsp;phase&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg"&gt;&lt;img src="/resized-image/__size/911x243/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To &lt;em&gt;Translation&lt;/em&gt; phase&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg"&gt;&lt;img src="/resized-image/__size/926x468/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In order to change the phase of a file a POST call must be made to&amp;nbsp;&lt;span class="path"&gt;&lt;a class="toggleOperation " href="http://gs2017dev.sdl.com:41234/documentation/api/index#!/PhasesV2/PhasesV2_ChangeProjectPhase"&gt;/api/projectserver/v2/projects/{projectId}/changephase&lt;/a&gt;&amp;nbsp;&lt;/span&gt;endpoint&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to change a phase of the file using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui/revision/2</link><pubDate>Tue, 15 Jan 2019 09:12:50 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b27a48e4-4965-4a8d-b6e7-b872695c4ab8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui#comments</comments><description>Revision 2 posted to GroupShare API by Andrea-Melinda Ghisa on 1/15/2019 9:12:50 AM&lt;br /&gt;
&lt;p&gt;The goal of this tutorial is to move a file from:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;em&gt;Preparation&lt;/em&gt;&amp;nbsp;phase&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg"&gt;&lt;img src="/resized-image/__size/911x243/__key/communityserver-wikis-components-files/00-00-00-00-39/phPrep.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To &lt;em&gt;Translation&lt;/em&gt; phase&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg"&gt;&lt;img src="/resized-image/__size/926x468/__key/communityserver-wikis-components-files/00-00-00-00-39/PhTranslation.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to change a phase of the file using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui/revision/1</link><pubDate>Tue, 15 Jan 2019 08:57:21 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b27a48e4-4965-4a8d-b6e7-b872695c4ab8</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3454/how-to-change-a-phase-of-the-file-using-swagger-ui#comments</comments><description>Revision 1 posted to GroupShare API by Andrea-Melinda Ghisa on 1/15/2019 8:57:21 AM&lt;br /&gt;
&lt;p&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item></channel></rss>