<?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 authenticate to GroupShare using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3420/how-authenticate-to-groupshare-using-swagger-ui</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>How authenticate to GroupShare using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3420/how-authenticate-to-groupshare-using-swagger-ui</link><pubDate>Mon, 14 Jan 2019 11:43:28 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:ce220bb4-9662-4b80-b685-ea2eb44bac53</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3420/how-authenticate-to-groupshare-using-swagger-ui#comments</comments><description>Current Revision posted to GroupShare API by Andrea-Melinda Ghisa on 1/14/2019 11:43:28 AM&lt;br /&gt;
&lt;p&gt;GroupShare endpoints are&amp;nbsp;OAuth 2.0 protected resources. This means that callers must provide a so called &amp;quot;bearer token&amp;quot;.&lt;/p&gt;
&lt;p&gt;This is the first thing you see when you access swagger interface:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/7635.loginfields.jpg"&gt;&lt;img src="/resized-image/__size/940x105/__key/communityserver-wikis-components-files/00-00-00-03-53/7635.loginfields.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In order to make calls from the interface you need to provide: token, username and password.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to obtain the token?&lt;/h2&gt;
&lt;p&gt;If you scroll down to&amp;nbsp;&lt;strong&gt;Login -&amp;gt;&amp;nbsp;&lt;/strong&gt;click to expand it and you&amp;#39;ll see&amp;nbsp;&lt;strong&gt;/signin.&amp;nbsp;&lt;/strong&gt;We&amp;#39;ll use this call on order to obtain the token.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In the scope box paste following scope value:&amp;nbsp;&amp;nbsp;[&amp;quot;ManagementRestApi&amp;quot;, &amp;quot;ProjectServerRestApi&amp;quot;, &amp;quot;MultiTermRestApi&amp;quot;, &amp;quot;TMServerRestApi&amp;quot;]&lt;/li&gt;
&lt;li&gt;Navigate to the top of the page and add username and password&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/6177.credent.jpg"&gt;&lt;img src="/resized-image/__size/940x81/__key/communityserver-wikis-components-files/00-00-00-03-53/6177.credent.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; 3. Go to signin method again and click &amp;quot;Try it out&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/0702.token.jpg"&gt;&lt;img src="/resized-image/__size/940x552/__key/communityserver-wikis-components-files/00-00-00-03-53/0702.token.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the response body I&amp;#39;ll see the token. Copy that value, before paste it in the &amp;quot;Token&amp;quot; box make sure you remove (&amp;quot; characters from the beginning and the end of the string).&lt;/p&gt;
&lt;p&gt;In order to make further calls to GS the authentication details should look like this:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/2867.to.jpg"&gt;&lt;img src="/resized-image/__size/940x50/__key/communityserver-wikis-components-files/00-00-00-03-53/2867.to.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: GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to make calls to GroupShare API using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3420/how-authenticate-to-groupshare-using-swagger-ui/revision/2</link><pubDate>Wed, 09 Jan 2019 07:27:53 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:ce220bb4-9662-4b80-b685-ea2eb44bac53</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3420/how-authenticate-to-groupshare-using-swagger-ui#comments</comments><description>Revision 2 posted to GroupShare API by Andrea-Melinda Ghisa on 1/9/2019 7:27:53 AM&lt;br /&gt;
&lt;p&gt;GroupShare endpoints are&amp;nbsp;OAuth 2.0 protected resources. This means that callers must provide a so called &amp;quot;bearer token&amp;quot;.&lt;/p&gt;
&lt;p&gt;This is the first thing you see when you access swagger interface:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/7635.loginfields.jpg"&gt;&lt;img src="/resized-image/__size/940x105/__key/communityserver-wikis-components-files/00-00-00-00-39/7635.loginfields.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In order to make calls from the interface you need to provide: token, username and password.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to obtain the token?&lt;/h2&gt;
&lt;p&gt;If you scroll down to&amp;nbsp;&lt;strong&gt;Login -&amp;gt;&amp;nbsp;&lt;/strong&gt;click to expand it and you&amp;#39;ll see&amp;nbsp;&lt;strong&gt;/signin.&amp;nbsp;&lt;/strong&gt;We&amp;#39;ll use this call on order to obtain the token.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In the scope box paste following scope value:&amp;nbsp;&amp;nbsp;[&amp;quot;ManagementRestApi&amp;quot;, &amp;quot;ProjectServerRestApi&amp;quot;, &amp;quot;MultiTermRestApi&amp;quot;, &amp;quot;TMServerRestApi&amp;quot;]&lt;/li&gt;
&lt;li&gt;Navigate to the top of the page and add username and password&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/6177.credent.jpg"&gt;&lt;img src="/resized-image/__size/940x81/__key/communityserver-wikis-components-files/00-00-00-00-39/6177.credent.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; 3. Go to signin method again and click &amp;quot;Try it out&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/0702.token.jpg"&gt;&lt;img src="/resized-image/__size/940x552/__key/communityserver-wikis-components-files/00-00-00-00-39/0702.token.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the response body I&amp;#39;ll see the token. Copy that value, before paste it in the &amp;quot;Token&amp;quot; box make sure you remove (&amp;quot; characters from the beginning and the end of the string).&lt;/p&gt;
&lt;p&gt;In order to make further calls to GS the authentication details should look like this:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/2867.to.jpg"&gt;&lt;img src="/resized-image/__size/940x50/__key/communityserver-wikis-components-files/00-00-00-00-39/2867.to.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: GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to make calls to GroupShare API using Swagger UI</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3420/how-authenticate-to-groupshare-using-swagger-ui/revision/1</link><pubDate>Wed, 09 Jan 2019 07:21:57 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:ce220bb4-9662-4b80-b685-ea2eb44bac53</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3420/how-authenticate-to-groupshare-using-swagger-ui#comments</comments><description>Revision 1 posted to GroupShare API by Andrea-Melinda Ghisa on 1/9/2019 7:21:57 AM&lt;br /&gt;
&lt;p&gt;GroupShare endpoints are&amp;nbsp;OAuth 2.0 protected resources. This means that callers must provide a so called &amp;quot;bearer token&amp;quot;.&lt;/p&gt;
&lt;p&gt;This is the first thing you see when you access swagger interface:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/pastedimage1547018525306v1.jpeg"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/pastedimage1547018525306v1.jpeg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In order to make calls from the interface you need to provide: token, username and password.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to obtain the token?&lt;/h2&gt;
&lt;p&gt;If you scroll down to&amp;nbsp;&lt;strong&gt;Login -&amp;gt;&amp;nbsp;&lt;/strong&gt;click to expand it and you&amp;#39;ll see&amp;nbsp;&lt;strong&gt;/signin.&amp;nbsp;&lt;/strong&gt;We&amp;#39;ll use this call on order to obtain the token.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In the scope box paste following scope value:&amp;nbsp;&amp;nbsp;[&amp;quot;ManagementRestApi&amp;quot;, &amp;quot;ProjectServerRestApi&amp;quot;, &amp;quot;MultiTermRestApi&amp;quot;, &amp;quot;TMServerRestApi&amp;quot;]&lt;/li&gt;
&lt;li&gt;Navigate to the top of the page and add username and password&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/pastedimage1547018525307v2.jpeg"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/pastedimage1547018525307v2.jpeg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; 3. Go to signin method again and click &amp;quot;Try it out&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/pastedimage1547018525307v3.jpeg"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/pastedimage1547018525307v3.jpeg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the response body I&amp;#39;ll see the token. Copy that value, before paste it in the &amp;quot;Token&amp;quot; box make sure you remove (&amp;quot; characters from the beginning and the end of the string).&lt;/p&gt;
&lt;p&gt;In order to make further calls to GS the authentication details should look like this:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/pastedimage1547018525308v4.jpeg"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/pastedimage1547018525308v4.jpeg" 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: GroupShareApisDocumentation&lt;/div&gt;
</description></item></channel></rss>