<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://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>API</title><link>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>API</title><link>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api</link><pubDate>Thu, 29 Sep 2022 09:47:03 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:bbc17afb-885a-4199-9ae0-aa436d551187</guid><dc:creator>Eugene Kuchynski</dc:creator><comments>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api#comments</comments><description>Current Revision posted to Wiki by Eugene Kuchynski on 9/29/2022 9:47:03 AM&lt;br /&gt;
&lt;p&gt;Trados Business Manager allows you to use API to manipulate its data. API covers all tables existing in the TBM database, from reference data to all documents. In general, using API you can create, edit and delete any data contained in your TBM instance.&lt;/p&gt;
&lt;p&gt;However, some functionalities may be missing in API (for example, retrieving list of recommended vendors in a new translation assignment). We&amp;#39;ll be extending API capabilities by adding more endpoints with time. We also ask our users to post their suggestions about improving API on TBM forums.&lt;/p&gt;
&lt;h1 id="mcetoc_1fahogfl00"&gt;Video tutorial&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://youtu.be/p-0vgL9Y3Yg"&gt;https://youtu.be/p-0vgL9Y3Yg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note: this tutorial was recorded when API layer was distributed via separate installer. Nowadays, it is installed along with the main TBM application, so no additional configuration is required anymore.&lt;/em&gt;&lt;/p&gt;
&lt;h1 id="mcetoc_1fahogfl01"&gt;Installation and configuration&lt;/h1&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;API layer is installed along with the main application. Previously, until version 6.1.65, there was separate installer, which required to create separate web-app and application pool.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;API layer uses same database connection as main application, so no any additional configuration is needed. After you have successfully launched TBM, API will be working automatically. To check this, access API page by adding /api after url. For example, www.tbm.com/api.&amp;nbsp;&lt;/span&gt;You will see the following page:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736454056v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;Start with &lt;strong&gt;Security -&amp;nbsp;Logon &lt;/strong&gt;endpoint, by sending your user name and password to get access token. Take a note that default tenant name is &lt;strong&gt;TBM&lt;/strong&gt;. Different tenant names are possible only in multi-tenancy environments, but if you have only one default tenant, its name will be &lt;strong&gt;TBM&lt;/strong&gt;, and it cannot be changed.&lt;/span&gt;&lt;/p&gt;
&lt;h1 id="mcetoc_1fahogfl02"&gt;General information&lt;/h1&gt;
&lt;p&gt;All requests should have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;header with access token (in the form of &amp;quot;Bearer [space] token&amp;quot;).&lt;/p&gt;
&lt;p&gt;All requests and responses have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;application/json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;content type.&lt;/p&gt;
&lt;p&gt;Access tokens are valid for&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;30 days&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;or until&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logout&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/p&gt;
&lt;p&gt;User will have access to the same data as allowed by security system in a regular TBM application. For example, if logged in user does not have access to translation assignments based on security system configuration, this user won&amp;#39;t be able to access assignments via API as well.&lt;/p&gt;
&lt;h1 id="mcetoc_1fahogfl03"&gt;Studying API&lt;/h1&gt;
&lt;p&gt;On the main API page, you can find description of all API endpoint available in Trados Business Manager. Additionally, you can make test calls right from this page! Of course, you can use other tools like Postman to test API, but this page does not require to install any additional software, allowing you to directly make test requests and see results.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First of all, check&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Models&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section at the very bottom. It provides access to all data structures used in API.&lt;/li&gt;
&lt;li&gt;In the list, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logon&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, and expand&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Post&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;button and enter valid values to the model:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736660003v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;to view call result. If user name and password are specified correctly you will see your access token:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736789150v5.png" /&gt;&lt;br /&gt;Otherwise, error message:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736740311v4.png" /&gt;&lt;/li&gt;
&lt;li&gt;Copy access token, scroll the page up and click Authorize button:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736826625v6.png" /&gt;&lt;/li&gt;
&lt;li&gt;Type&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;Bearer,&amp;nbsp;&lt;/em&gt;insert your token after space, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;.&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736902939v7.png" /&gt;&lt;/li&gt;
&lt;li&gt;Try any API endpoint. For example, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Unit&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, expand /Unit endpoint, click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;. You will see list of units from your database:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736999987v8.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>API</title><link>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api/revision/5</link><pubDate>Thu, 05 Aug 2021 07:55:53 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:bbc17afb-885a-4199-9ae0-aa436d551187</guid><dc:creator>Eugene Kuchynski</dc:creator><comments>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api#comments</comments><description>Revision 5 posted to Wiki by Eugene Kuchynski on 8/5/2021 7:55:53 AM&lt;br /&gt;
&lt;p&gt;Trados Business Manager allows you to use API to manipulate its data. API covers all tables existing in the TBM database, from reference data to all documents. In general, using API you can create, edit and delete any data contained in your TBM instance.&lt;/p&gt;
&lt;p&gt;However, some functionalities may be missing in API (for example, retrieving list of recommended vendors in a new translation assignment). We&amp;#39;ll be extending API capabilities by adding more endpoints with time. We also ask our users to post their suggestions about improving API on TBM forums.&lt;/p&gt;
&lt;h1 id="mcetoc_1fahogfl00"&gt;Video tutorial&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://youtu.be/p-0vgL9Y3Yg"&gt;https://youtu.be/p-0vgL9Y3Yg&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="mcetoc_1fahogfl01"&gt;Installation and configuration&lt;/h1&gt;
&lt;p&gt;To get API working, you have to follow a procedure described below:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;API application should be installed on your server separately from main TBM application. It has separate installation file.&lt;/li&gt;
&lt;li&gt;Add installed application to a list of application (websites) in your IIS on a server and add binding to get URL address for the API application.&lt;/li&gt;
&lt;li&gt;After installing API application, edit its configuration file to add necessary database connection strings. File is named&amp;nbsp;&lt;strong&gt;appsettings_global.json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;and can be found in the API application installation folder. By default, it contains some generic connection string:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736306079v1.png" /&gt;&lt;br /&gt;You can copy and paste the whole&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;ConnectionsStrings&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section from the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;appsettings_global.json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;config file found in the installation folder of the main TBM application, or just copy this file from the main TBM folder to API folder.&lt;/li&gt;
&lt;li&gt;If everything is configured correctly, open URL linked with API application in the browser. You will see the following page:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736454056v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Start with &lt;strong&gt;Logon&lt;/strong&gt; endpoint, by sending your user name and password to get access token. Take a note that default tenant name is &lt;strong&gt;TBM&lt;/strong&gt;. Different tenant names are possible only in multi-tenancy environments, but if you have only one default tenant, its name will be &lt;strong&gt;TBM&lt;/strong&gt;, and it cannot be changed.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id="mcetoc_1fahogfl02"&gt;General information&lt;/h1&gt;
&lt;p&gt;All requests should have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;header with access token (in the form of &amp;quot;Bearer [space]token&amp;quot;.&lt;/p&gt;
&lt;p&gt;All requests and responses have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;application/json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;content type.&lt;/p&gt;
&lt;p&gt;Access tokens are valid for&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;30 days&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;or until&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logout&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/p&gt;
&lt;p&gt;User will have access to the same data as allowed by security system in a regular TBM application. For example, if logged in user does not have access to translation assignments based on security system configuration, this user won&amp;#39;t be able to access assignments via API as well.&lt;/p&gt;
&lt;h1 id="mcetoc_1fahogfl03"&gt;Studying API&lt;/h1&gt;
&lt;p&gt;Current example with list of available endpoints can be checked here: https://api.ibaccs.com&lt;/p&gt;
&lt;p&gt;On this page, you can find description of all API endpoint available in Business Manager. Additionally, you can make test calls right from this page! Of course, you can use other tools like Postman to test API, but this page does not require to install any additional software, allowing you to directly make test requests and see results.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First of all, check&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Models&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section at the very bottom. It provides access to all data structures used in API.&lt;/li&gt;
&lt;li&gt;In the list, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logon&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, and expand&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Post&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;button and enter valid values to the model:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736660003v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;to view call result. If user name and password are specified correctly you will see your access token:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736789150v5.png" /&gt;&lt;br /&gt;Otherwise, error message:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736740311v4.png" /&gt;&lt;/li&gt;
&lt;li&gt;Copy access token, scroll the page up and click Authorize button:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736826625v6.png" /&gt;&lt;/li&gt;
&lt;li&gt;Type&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;Bearer,&amp;nbsp;&lt;/em&gt;insert your token after space, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;.&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736902939v7.png" /&gt;&lt;/li&gt;
&lt;li&gt;Try any API endpoint. For example, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Unit&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, expand /Unit endpoint, click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;. You will see list of units from your database:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736999987v8.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>API</title><link>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api/revision/4</link><pubDate>Wed, 14 Jul 2021 05:40:09 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:bbc17afb-885a-4199-9ae0-aa436d551187</guid><dc:creator>Eugene Kuchynski</dc:creator><comments>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api#comments</comments><description>Revision 4 posted to Wiki by Eugene Kuchynski on 7/14/2021 5:40:09 AM&lt;br /&gt;
&lt;p&gt;Trados Business Manager allows you to use API to manipulate its data. API covers all tables existing in the TBM database, from reference data to all documents. In general, using API you can create, edit and delete any data contained in your TBM instance.&lt;/p&gt;
&lt;p&gt;However, some functionalities may be missing in API (for example, retrieving list of recommended vendors in a new translation assignment). We&amp;#39;ll be extending API capabilities by adding more endpoints with time. We also ask our users to post their suggestions about improving API on TBM forums.&lt;/p&gt;
&lt;h1 id="mcetoc_1fahogfl00"&gt;Video tutorial&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://youtu.be/p-0vgL9Y3Yg"&gt;https://youtu.be/p-0vgL9Y3Yg&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="mcetoc_1fahogfl01"&gt;Installation and configuration&lt;/h1&gt;
&lt;p&gt;To get API working, you have to follow a procedure described below:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;API application should be installed on your server separately from main TBM application. It has separate installation file.&lt;/li&gt;
&lt;li&gt;Add installed application to a list of application (websites) in your IIS on a server and add binding to get URL address for the API application.&lt;/li&gt;
&lt;li&gt;After installing API application, edit its configuration file to add necessary database connection strings. File is named&amp;nbsp;&lt;strong&gt;appsettings_con.json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;and can be found in the API application installation folder. By default, it contains some generic connection string:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736306079v1.png" /&gt;&lt;br /&gt;You can copy and paste the whole&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;ConnectionsStrings&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section from the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;appsettings_global.json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;config file found in the installation folder of the main TBM application.&lt;/li&gt;
&lt;li&gt;If everything is configured correctly, open URL linked with API application in the browser. You will see the following page:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736454056v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Start with &lt;strong&gt;Logon&lt;/strong&gt; endpoint, by sending your user name and password to get access token. Take a note that default tenant name is &lt;strong&gt;TBM&lt;/strong&gt;. Different tenant names are possible only in multi-tenancy environments, but if you have only one default tenant, its name will be &lt;strong&gt;TBM&lt;/strong&gt;, and it cannot be changed.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id="mcetoc_1fahogfl02"&gt;General information&lt;/h1&gt;
&lt;p&gt;All requests should have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;header with access token (in the form of &amp;quot;Bearer [space]token&amp;quot;.&lt;/p&gt;
&lt;p&gt;All requests and responses have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;application/json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;content type.&lt;/p&gt;
&lt;p&gt;Access tokens are valid for&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;30 days&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;or until&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logout&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/p&gt;
&lt;p&gt;User will have access to the same data as allowed by security system in a regular TBM application. For example, if logged in user does not have access to translation assignments based on security system configuration, this user won&amp;#39;t be able to access assignments via API as well.&lt;/p&gt;
&lt;h1 id="mcetoc_1fahogfl03"&gt;Studying API&lt;/h1&gt;
&lt;p&gt;Current example with list of available endpoints can be checked here: https://api.ibaccs.com&lt;/p&gt;
&lt;p&gt;On this page, you can find description of all API endpoint available in Business Manager. Additionally, you can make test calls right from this page! Of course, you can use other tools like Postman to test API, but this page does not require to install any additional software, allowing you to directly make test requests and see results.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First of all, check&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Models&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section at the very bottom. It provides access to all data structures used in API.&lt;/li&gt;
&lt;li&gt;In the list, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logon&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, and expand&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Post&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;button and enter valid values to the model:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736660003v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;to view call result. If user name and password are specified correctly you will see your access token:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736789150v5.png" /&gt;&lt;br /&gt;Otherwise, error message:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736740311v4.png" /&gt;&lt;/li&gt;
&lt;li&gt;Copy access token, scroll the page up and click Authorize button:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736826625v6.png" /&gt;&lt;/li&gt;
&lt;li&gt;Type&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;Bearer,&amp;nbsp;&lt;/em&gt;insert your token after space, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;.&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736902939v7.png" /&gt;&lt;/li&gt;
&lt;li&gt;Try any API endpoint. For example, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Unit&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, expand /Unit endpoint, click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;. You will see list of units from your database:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736999987v8.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>API</title><link>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api/revision/3</link><pubDate>Fri, 25 Jun 2021 06:43:29 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:bbc17afb-885a-4199-9ae0-aa436d551187</guid><dc:creator>Eugene Kuchynski</dc:creator><comments>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api#comments</comments><description>Revision 3 posted to Wiki by Eugene Kuchynski on 6/25/2021 6:43:29 AM&lt;br /&gt;
&lt;p&gt;Trados Business Manager allows you to use API to manipulate its data. API covers all tables existing in the TBM database, from reference data to all documents. In general, using API you can create, edit and delete any data contained in your TBM instance.&lt;/p&gt;
&lt;p&gt;However, some functionalities may be missing in API (for example, retrieving list of recommended vendors in a new translation assignment). We&amp;#39;ll be extending API capabilities by adding more endpoints with time. We also ask our users to post their suggestions about improving API on TBM forums.&lt;/p&gt;
&lt;h1&gt;Installation and configuration&lt;/h1&gt;
&lt;p&gt;To get API working, you have to follow a procedure described below:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;API application should be installed on your server separately from main TBM application. It has separate installation file.&lt;/li&gt;
&lt;li&gt;Add installed application to a list of application (websites) in your IIS on a server and add binding to get URL address for the API application.&lt;/li&gt;
&lt;li&gt;After installing API application, edit its configuration file to add necessary database connection strings. File is named&amp;nbsp;&lt;strong&gt;appsettings_con.json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;and can be found in the API application installation folder. By default, it contains some generic connection string:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736306079v1.png" /&gt;&lt;br /&gt;You can copy and paste the whole&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;ConnectionsStrings&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section from the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;appsettings_global.json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;config file found in the installation folder of the main TBM application.&lt;/li&gt;
&lt;li&gt;If everything is configured correctly, open URL linked with API application in the browser. You will see the following page:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736454056v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Start with &lt;strong&gt;Logon&lt;/strong&gt; endpoint, by sending your user name and password to get access token. Take a note that default tenant name is &lt;strong&gt;TBM&lt;/strong&gt;. Different tenant names are possible only in multi-tenancy environments, but if you have only one default tenant, its name will be &lt;strong&gt;TBM&lt;/strong&gt;, and it cannot be changed.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;General information&lt;/h1&gt;
&lt;p&gt;All requests should have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;header with access token (in the form of &amp;quot;Bearer [space]token&amp;quot;.&lt;/p&gt;
&lt;p&gt;All requests and responses have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;application/json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;content type.&lt;/p&gt;
&lt;p&gt;Access tokens are valid for&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;30 days&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;or until&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logout&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/p&gt;
&lt;p&gt;User will have access to the same data as allowed by security system in a regular TBM application. For example, if logged in user does not have access to translation assignments based on security system configuration, this user won&amp;#39;t be able to access assignments via API as well.&lt;/p&gt;
&lt;h1&gt;Studying API&lt;/h1&gt;
&lt;p&gt;Current example with list of available endpoints can be checked here: https://api.ibaccs.com&lt;/p&gt;
&lt;p&gt;On this page, you can find description of all API endpoint available in Business Manager. Additionally, you can make test calls right from this page! Of course, you can use other tools like Postman to test API, but this page does not require to install any additional software, allowing you to directly make test requests and see results.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First of all, check&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Models&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section at the very bottom. It provides access to all data structures used in API.&lt;/li&gt;
&lt;li&gt;In the list, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logon&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, and expand&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Post&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;button and enter valid values to the model:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736660003v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;to view call result. If user name and password are specified correctly you will see your access token:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736789150v5.png" /&gt;&lt;br /&gt;Otherwise, error message:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736740311v4.png" /&gt;&lt;/li&gt;
&lt;li&gt;Copy access token, scroll the page up and click Authorize button:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736826625v6.png" /&gt;&lt;/li&gt;
&lt;li&gt;Type&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;Bearer,&amp;nbsp;&lt;/em&gt;insert your token after space, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;.&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736902939v7.png" /&gt;&lt;/li&gt;
&lt;li&gt;Try any API endpoint. For example, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Unit&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, expand /Unit endpoint, click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;. You will see list of units from your database:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736999987v8.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>API</title><link>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api/revision/2</link><pubDate>Wed, 16 Jun 2021 05:44:02 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:bbc17afb-885a-4199-9ae0-aa436d551187</guid><dc:creator>Eugene Kuchynski</dc:creator><comments>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api#comments</comments><description>Revision 2 posted to Wiki by Eugene Kuchynski on 6/16/2021 5:44:02 AM&lt;br /&gt;
&lt;p&gt;Trados Business Manager allows you to use API to manipulate its data. API covers all tables existing in the TBM database, from reference data to all documents. In general, using API you can create, edit and delete any data contained in your TBM instance.&lt;/p&gt;
&lt;p&gt;However, some functionalities may be missing in API (for example, retrieving list of recommended vendors in a new translation assignment). We&amp;#39;ll be extending API capabilities by adding more endpoints with time. We also ask our users to post their suggestions about improving API on TBM forums.&lt;/p&gt;
&lt;h1&gt;Installation and configuration&lt;/h1&gt;
&lt;p&gt;To get API working, you have to follow a procedure described below:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;API application should be installed on your server separately from main TBM application. It has separate installation file.&lt;/li&gt;
&lt;li&gt;Add installed application to a list of application (websites) in your IIS on a server and add binding to get URL address for the API application.&lt;/li&gt;
&lt;li&gt;After installing API application, edit its configuration file to add necessary database connection strings. File is named&amp;nbsp;&lt;strong&gt;appsettings_con.json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;and can be found in the API application installation folder. By default, it contains some generic connection string:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736306079v1.png" /&gt;&lt;br /&gt;You can copy and paste the whole&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;ConnectionsStrings&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section from the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;appsettings_global.json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;config file found in the installation folder of the main TBM application.&lt;/li&gt;
&lt;li&gt;If everything is configured correctly, open URL linked with API application in the browser. You will see the following page:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736454056v2.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;General information&lt;/h1&gt;
&lt;p&gt;All requests should have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;header with access token (in the form of &amp;quot;Bearer [space]token&amp;quot;.&lt;/p&gt;
&lt;p&gt;All requests and responses have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;application/json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;content type.&lt;/p&gt;
&lt;p&gt;Access tokens are valid for&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;30 days&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;or until&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logout&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/p&gt;
&lt;p&gt;User will have access to the same data as allowed by security system in a regular TBM application. For example, if logged in user does not have access to translation assignments based on security system configuration, this user won&amp;#39;t be able to access assignments via API as well.&lt;/p&gt;
&lt;h1&gt;Studying API&lt;/h1&gt;
&lt;p&gt;Current example with list of available endpoints can be checked here: https://api.ibaccs.com&lt;/p&gt;
&lt;p&gt;On this page, you can find description of all API endpoint available in Business Manager. Additionally, you can make test calls right from this page! Of course, you can use other tools like Postman to test API, but this page does not require to install any additional software, allowing you to directly make test requests and see results.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First of all, check&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Models&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section at the very bottom. It provides access to all data structures used in API.&lt;/li&gt;
&lt;li&gt;In the list, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logon&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, and expand&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Post&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;button and enter valid values to the model:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736660003v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;to view call result. If user name and password are specified correctly you will see your access token:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736789150v5.png" /&gt;&lt;br /&gt;Otherwise, error message:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736740311v4.png" /&gt;&lt;/li&gt;
&lt;li&gt;Copy access token, scroll the page up and click Authorize button:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736826625v6.png" /&gt;&lt;/li&gt;
&lt;li&gt;Type&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;Bearer,&amp;nbsp;&lt;/em&gt;insert your token after space, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;.&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736902939v7.png" /&gt;&lt;/li&gt;
&lt;li&gt;Try any API endpoint. For example, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Unit&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, expand /Unit endpoint, click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;. You will see list of units from your database:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736999987v8.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>API</title><link>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api/revision/1</link><pubDate>Thu, 22 Apr 2021 12:02:16 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:bbc17afb-885a-4199-9ae0-aa436d551187</guid><dc:creator>Eugene Kuchynski</dc:creator><comments>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/5916/api#comments</comments><description>Revision 1 posted to Wiki by Eugene Kuchynski on 4/22/2021 12:02:16 PM&lt;br /&gt;
&lt;p&gt;Trados Business Manager allows you to use API to manipulate its data. API covers all tables existing in the TBM database, from reference data to all documents. In general, using API you can create, edit and delete any data contained in your TBM instance.&lt;/p&gt;
&lt;p&gt;However, some functionalities may be missing in API (for example, retrieving list of recommended vendors in a new translation assignment). We&amp;#39;ll be extending API capabilities by adding more endpoints with time. We also ask our users to post their suggestions about improving API on TBM forums.&lt;/p&gt;
&lt;h1&gt;Installation and configuration&lt;/h1&gt;
&lt;p&gt;To get API working, you have to follow a procedure described below:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;API application should be installed on your server separately from main TBM application. It has separate installation file.&lt;/li&gt;
&lt;li&gt;Add installed application to a list of application (websites) in your IIS on a server and add binding to get URL address for the API application.&lt;/li&gt;
&lt;li&gt;After installing API application, edit its configuration file to add necessary database connection strings. File is named&amp;nbsp;&lt;strong&gt;appsettings_con.json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;and can be found in the API application installation folder. By default, it contains some generic connection string:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736306079v1.png" /&gt;&lt;br /&gt;You can copy and paste the whole&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;ConnectionsStrings&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section from the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;appsettings_global.json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;config file found in the installation folder of the main TBM application.&lt;/li&gt;
&lt;li&gt;If everything is configured correctly, open URL linked with API application in the browser. You will see the following page:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736454056v2.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;General information&lt;/h1&gt;
&lt;p&gt;All requests should have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;header with access token (in the form of &amp;quot;Bearer [space]token&amp;quot;.&lt;/p&gt;
&lt;p&gt;All requests and responses have&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;application/json&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;content type.&lt;/p&gt;
&lt;p&gt;Access tokens are valid for&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;30 days&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;or until&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logout&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/p&gt;
&lt;p&gt;User will have access to the same data as allowed by security system in a regular TBM application. For example, if logged in user does not have access to translation assignments based on security system configuration, this user won&amp;#39;t be able to access assignments via API as well.&lt;/p&gt;
&lt;h1&gt;Studying API&lt;/h1&gt;
&lt;p&gt;On this page, you can find description of all API endpoint available in Business Manager. Additionally, you can make test calls right from this page! Of course, you can use other tools like Postman to test API, but this page does not require to install any additional software, allowing you to directly make test requests and see results.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First of all, check&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Models&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section at the very bottom. It provides access to all data structures used in API.&lt;/li&gt;
&lt;li&gt;In the list, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Logon&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, and expand&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Post&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;request.&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;button and enter valid values to the model:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736660003v3.png" /&gt;&lt;/li&gt;
&lt;li&gt;Click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;to view call result. If user name and password are specified correctly you will see your access token:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736789150v5.png" /&gt;&lt;br /&gt;Otherwise, error message:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736740311v4.png" /&gt;&lt;/li&gt;
&lt;li&gt;Copy access token, scroll the page up and click Authorize button:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736826625v6.png" /&gt;&lt;/li&gt;
&lt;li&gt;Type&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;Bearer,&amp;nbsp;&lt;/em&gt;insert your token after space, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Authorize&lt;/strong&gt;.&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736902939v7.png" /&gt;&lt;/li&gt;
&lt;li&gt;Try any API endpoint. For example, find&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Unit&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;section, expand /Unit endpoint, click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Try it out&lt;/strong&gt;, and click&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Execute&lt;/strong&gt;. You will see list of units from your database:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1613736999987v8.png" /&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>