<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Web API Services - Custom Code example in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-Custom-Code-example/m-p/50571#M5782</link>
    <description>Hi Hiago,&lt;BR /&gt;&lt;BR /&gt;FWIW - You might check out the DX Developer Portal. There are several resources (guides and videos) that discuss development in Blue Prism including use of the Web API service feature.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/site/global/developer/" target="test_blank"&gt;https://digitalexchange.blueprism.com/site/global/developer/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Aug 2020 12:35:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2020-08-07T12:35:00Z</dc:date>
    <item>
      <title>Web API Services - Custom Code example</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-Custom-Code-example/m-p/50569#M5780</link>
      <description>Hello, someone could give me a example of a Web API Service Request using Custom Code as Body Content?</description>
      <pubDate>Fri, 19 Apr 2019 00:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-Custom-Code-example/m-p/50569#M5780</guid>
      <dc:creator>HiagoSilva</dc:creator>
      <dc:date>2019-04-19T00:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - Custom Code example</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-Custom-Code-example/m-p/50570#M5781</link>
      <description>&lt;P&gt;Hello Hiago,&lt;BR /&gt;&lt;BR /&gt;Here is an example of JSON being sent as custom code to the JIRA API that we use in the CoE. You can send this body in different formats as long as the context is correct.&lt;/P&gt;
&lt;P&gt;The square brackets are used to denote variables which we can manipulate for each individual post call.&lt;/P&gt;
&lt;P&gt;{&amp;nbsp; &amp;nbsp;&amp;nbsp;{&amp;nbsp; &amp;nbsp;&amp;nbsp; "update": {},&lt;/P&gt;
&lt;P&gt;"fields": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;"project": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"id": "[project id]"&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;},&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"parent": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"id": "[parent id]",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"key": "[parent key]",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"self": "https://blueprism.atlassian.net/rest/api/2/issue/[parent id]"&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;},&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; "summary": "[summary]",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; "description": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"type": "doc",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; "version": 1,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; "content": [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;{&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"type": "paragraph",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"content": [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;{&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; "type": "text",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"text": "[description]"&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;}&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; }&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; ]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; },&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"issuetype": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; "self": "https://blueprism.atlassian.net/rest/api/2/issuetype/10155",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; "id": "10155",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"description": "Subtasks track small pieces of work that are part of a larger task.",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; &amp;nbsp; "iconUrl": "https://blueprism.atlassian.net/secure/viewavatar?size=medium&amp;amp;avatarId=10316&amp;amp;avatarType=issuetype",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;"name": "Subtask",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; "subtask": true,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; "avatarId": 10316,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt; "entityId": "ba2e8546-1eab-438f-a50e-c6f6a0065c23"&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;&amp;nbsp; }&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;}&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ronan Considine&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Aug 2020 09:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-Custom-Code-example/m-p/50570#M5781</guid>
      <dc:creator>RonanConsidine</dc:creator>
      <dc:date>2020-08-07T09:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - Custom Code example</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-Custom-Code-example/m-p/50571#M5782</link>
      <description>Hi Hiago,&lt;BR /&gt;&lt;BR /&gt;FWIW - You might check out the DX Developer Portal. There are several resources (guides and videos) that discuss development in Blue Prism including use of the Web API service feature.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/site/global/developer/" target="test_blank"&gt;https://digitalexchange.blueprism.com/site/global/developer/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Aug 2020 12:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-Custom-Code-example/m-p/50571#M5782</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-08-07T12:35:00Z</dc:date>
    </item>
  </channel>
</rss>

