<?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: Any curl command for pagination in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Any-curl-command-for-pagination/m-p/161274#M7265</link>
    <description>&lt;P&gt;Pagination is achieved by using limit/offset parameters in the relevant API call.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Nov 2022 17:29:53 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2022-11-04T17:29:53Z</dc:date>
    <item>
      <title>Any curl command for pagination</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Any-curl-command-for-pagination/m-p/161219#M7262</link>
      <description>&lt;P&gt;Hey there..!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any CURL command or API related to pagination..!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 10:26:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Any-curl-command-for-pagination/m-p/161219#M7262</guid>
      <dc:creator>viveky</dc:creator>
      <dc:date>2022-11-04T10:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Any curl command for pagination</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Any-curl-command-for-pagination/m-p/161222#M7263</link>
      <description>&lt;P&gt;Pagination??? What do you mean?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 11:21:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Any-curl-command-for-pagination/m-p/161222#M7263</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2022-11-04T11:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Any curl command for pagination</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Any-curl-command-for-pagination/m-p/161274#M7265</link>
      <description>&lt;P&gt;Pagination is achieved by using limit/offset parameters in the relevant API call.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 17:29:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Any-curl-command-for-pagination/m-p/161274#M7265</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2022-11-04T17:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Any curl command for pagination</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Any-curl-command-for-pagination/m-p/161390#M7268</link>
      <description>&lt;P&gt;can you share one with dummy data?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 07:28:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Any-curl-command-for-pagination/m-p/161390#M7268</guid>
      <dc:creator>viveky</dc:creator>
      <dc:date>2022-11-07T07:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Any curl command for pagination</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Any-curl-command-for-pagination/m-p/161409#M7269</link>
      <description>&lt;P&gt;there are some examples at the bottom of the manual pages:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/?#web/show-objects~v1.8.1%20" target="_blank"&gt;https://sc1.checkpoint.com/documents/latest/APIs/?#web/show-objects~v1.8.1%20&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;POST {{server}}/show-objects
Content-Type: application/json
X-chkp-sid: {{session}}

{
  "limit" : 50,
  "offset" : 0,
  "order" : [ {
    "ASC" : "name"
  } ],
  "type" : "group"
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 10:01:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Any-curl-command-for-pagination/m-p/161409#M7269</guid>
      <dc:creator>StuartGreen</dc:creator>
      <dc:date>2022-11-07T10:01:40Z</dc:date>
    </item>
  </channel>
</rss>

