<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to grab the session ID from a API call</title><link>https://community.appian.com/discussions/f/integrations/11715/how-to-grab-the-session-id-from-a-api-call</link><description>I&amp;#39;m looking to grab the session ID from HTTP response: 
 
 As you can see in the integration window I can see that value, but when I&amp;#39;m trying to query or put it into a process that value is not visible: 
 
 
 I know that HTTP response is a dictionary</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to grab the session ID from a API call</title><link>https://community.appian.com/thread/52536?ContentTypeID=1</link><pubDate>Mon, 12 Feb 2018 09:17:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06ecbb6e-5eba-452a-826a-653d09ae0581</guid><dc:creator>Abhay Giri</dc:creator><description>now just pass this string into an expression rule and first split based on comma(,) then you will get the required index number from here then use Index function to retrieve the required value.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to grab the session ID from a API call</title><link>https://community.appian.com/thread/52535?ContentTypeID=1</link><pubDate>Mon, 12 Feb 2018 09:14:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6d86ec7a-b2ac-4a02-abad-a66f32568524</guid><dc:creator>catalinp</dc:creator><description>I save it on OutPut as string, as you can see in the 3rd image.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to grab the session ID from a API call</title><link>https://community.appian.com/thread/52534?ContentTypeID=1</link><pubDate>Mon, 12 Feb 2018 08:17:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:50d432a4-81dc-41f7-a853-7d76099a67d8</guid><dc:creator>Abhay Giri</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
i think you can save the header part of the service in a string then you can apply the logic which i suggested to you, as your screen shot clearly shows that you are able to get the header in your process model, so i don&amp;#39;t think there will be any problem for that.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Abhay&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to grab the session ID from a API call</title><link>https://community.appian.com/thread/52532?ContentTypeID=1</link><pubDate>Mon, 12 Feb 2018 07:20:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1a7845d-8c58-4910-ab5c-c17b0c0da954</guid><dc:creator>catalinp</dc:creator><description>&lt;a href="/members/abhayg0001"&gt;Abhay Giri&lt;/a&gt;  that problem is that when you are running the process not all information in header is present, because somehow the Appian makes a dictionary and you can&amp;#39;t have 2 pairs with the same key. But when is put on Integration interface is working like a charm :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to grab the session ID from a API call</title><link>https://community.appian.com/thread/52512?ContentTypeID=1</link><pubDate>Sun, 11 Feb 2018 05:26:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8b102422-50ce-41ce-a289-a92f380af759</guid><dc:creator>Abhay Giri</dc:creator><description>Hi catalinp,&lt;br /&gt;
&lt;br /&gt;
You can split the header based on comma(,) then you will have then index value of your required key so ready the value of corresponding key.&lt;br /&gt;
&lt;br /&gt;
If you want I will share the code as well.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>