<?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: Mediasense API: getSessions in Management</title>
    <link>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479627#M1016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Trinnachart,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Glad to know that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; font-family: arial;"&gt;Thanks for confirming. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Ivan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jan 2016 09:53:52 GMT</pubDate>
    <dc:creator>imandal</dc:creator>
    <dc:date>2016-01-11T09:53:52Z</dc:date>
    <item>
      <title>Mediasense API: getSessions</title>
      <link>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479622#M1011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to call Mediasense API: getSessions with pageParameter like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;{"requestParameters":[{"fieldName":"sessionStartDate","fieldConditions":[{"fieldOperator":"between","fieldValues":["1449162000000","1449334800000"]}],"paramConnector":"AND"},{"fieldName":"sessionState","fieldConditions":[{"fieldOperator":"equals","fieldValues":["CLOSED_NORMAL"]}]}],"pageParameters":[{"offset":0,"limit":1000}]}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It's working but maximum result is 100 on every time, not is 1000 like limit (The correct result is 378). What's happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for help&lt;/P&gt;&lt;P&gt;Trinnachart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 06:35:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479622#M1011</guid>
      <dc:creator>zeroone555</dc:creator>
      <dc:date>2016-01-09T06:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mediasense API: getSessions</title>
      <link>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479623#M1012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trinnachart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to MediaSense team for your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remove the square brackets from around the "pageParameters" values like given below (&lt;STRONG&gt;text in bold&lt;/STRONG&gt;) and check the output:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "requestParameters": [{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "fieldName": "sessionStartDate",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "fieldConditions": [{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "fieldOperator": "between",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "fieldValues": ["1449162000000", "1449334800000"]&lt;/P&gt;&lt;P&gt;&amp;nbsp; }],&lt;/P&gt;&lt;P&gt;&amp;nbsp; "paramConnector": "AND"&lt;/P&gt;&lt;P&gt;&amp;nbsp; }, {&lt;/P&gt;&lt;P&gt;&amp;nbsp; "fieldName": "sessionState",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "fieldConditions": [{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "fieldOperator": "equals",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "fieldValues": ["CLOSED_NORMAL"]&lt;/P&gt;&lt;P&gt;&amp;nbsp; }]&lt;/P&gt;&lt;P&gt;&amp;nbsp; }],&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; "pageParameters": {&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; "offset": 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; "limit": 1000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; }&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tested with the above syntax in our lab and it is returning 1000 results successfully. &lt;/P&gt;&lt;P&gt;Please do let us know the outcome and feel free to revert in case of any other clarification required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ivan Mandal&lt;/P&gt;&lt;P&gt;MediaSense DE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 08:00:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479623#M1012</guid>
      <dc:creator>imandal</dc:creator>
      <dc:date>2016-01-11T08:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mediasense API: getSessions</title>
      <link>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479624#M1013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Ivan Mandal&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer, I removed &lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; "pageParameters": {&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; "offset": 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; "limit": 1000&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; }&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;from my query, and run but it's returning only 100 results successfully.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;I don't know why?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;Thank you &lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;Trinnachart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 08:43:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479624#M1013</guid>
      <dc:creator>zeroone555</dc:creator>
      <dc:date>2016-01-11T08:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mediasense API: getSessions</title>
      <link>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479625#M1014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No no... just remove the square brackets from around the values... not the entire parameter itself.&lt;/P&gt;&lt;P&gt;The text in bold shows the parameter values without the square brackets.&lt;/P&gt;&lt;P&gt;Please use the entire query mentioned in my last reply, and let us know the outcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 09:16:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479625#M1014</guid>
      <dc:creator>imandal</dc:creator>
      <dc:date>2016-01-11T09:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mediasense API: getSessions</title>
      <link>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479626#M1015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ivan, it's working. It's &lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;returning more than 100 results successfully.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Thank you again&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Trinnachart&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 09:32:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479626#M1015</guid>
      <dc:creator>zeroone555</dc:creator>
      <dc:date>2016-01-11T09:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mediasense API: getSessions</title>
      <link>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479627#M1016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Trinnachart,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Glad to know that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; font-family: arial;"&gt;Thanks for confirming. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Ivan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 09:53:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/mediasense-api-getsessions/m-p/3479627#M1016</guid>
      <dc:creator>imandal</dc:creator>
      <dc:date>2016-01-11T09:53:52Z</dc:date>
    </item>
  </channel>
</rss>

