<?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 MV API Video Link in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/mv-api-video-link/m-p/5417019#M2943</link>
    <description>&lt;P&gt;I Hi,  New to working with the Meraki API.&lt;/P&gt;&lt;P&gt;Im trying to use Zapier to Take a Motion Alert and then SMS a link to the video camera.&lt;/P&gt;&lt;P&gt;In Zapier, im sending a GETwith the following URL :&lt;/P&gt;&lt;DIV&gt;&lt;A href="https://api.meraki.com/api/v0/devices/Q2FV-MLW8-J5GF/cameras/video_link" target="_blank" rel="noopener nofollow noreferrer"&gt;https://api.meraki.com/api/v0/devices/Q2FV-MLW8-J5GF/cameras/video_link&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Zap is substituting the deviceSerial from the webhook into the URL, however I am getting a 404 error.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Snapshot is working, so im not quite sure what I am doing wrong.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Does the above URL look correct?&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Also,  can someone post a URL sample that is using the timestamp parameter.   Im not sure how to include that in the string. &lt;/DIV&gt;</description>
    <pubDate>Mon, 08 Apr 2019 21:20:52 GMT</pubDate>
    <dc:creator>jturbek</dc:creator>
    <dc:date>2019-04-08T21:20:52Z</dc:date>
    <item>
      <title>MV API Video Link</title>
      <link>https://community.cisco.com/t5/network-platform-api/mv-api-video-link/m-p/5417019#M2943</link>
      <description>&lt;P&gt;I Hi,  New to working with the Meraki API.&lt;/P&gt;&lt;P&gt;Im trying to use Zapier to Take a Motion Alert and then SMS a link to the video camera.&lt;/P&gt;&lt;P&gt;In Zapier, im sending a GETwith the following URL :&lt;/P&gt;&lt;DIV&gt;&lt;A href="https://api.meraki.com/api/v0/devices/Q2FV-MLW8-J5GF/cameras/video_link" target="_blank" rel="noopener nofollow noreferrer"&gt;https://api.meraki.com/api/v0/devices/Q2FV-MLW8-J5GF/cameras/video_link&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Zap is substituting the deviceSerial from the webhook into the URL, however I am getting a 404 error.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Snapshot is working, so im not quite sure what I am doing wrong.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Does the above URL look correct?&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Also,  can someone post a URL sample that is using the timestamp parameter.   Im not sure how to include that in the string. &lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Apr 2019 21:20:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/mv-api-video-link/m-p/5417019#M2943</guid>
      <dc:creator>jturbek</dc:creator>
      <dc:date>2019-04-08T21:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: MV API Video Link</title>
      <link>https://community.cisco.com/t5/network-platform-api/mv-api-video-link/m-p/5417020#M2944</link>
      <description>&lt;P&gt;Looks like the sample URL was incorrect.   Here is the correct format : &lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="hljs-symbol"&gt;https&lt;/SPAN&gt;://api.meraki.com/api/v0/networks/[networkId]/cameras/[serial]/videoLink&lt;/PRE&gt;&lt;P&gt;I would still like to understand how to use the timestamp parameter with zapier, if anyone knows.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 22:35:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/mv-api-video-link/m-p/5417020#M2944</guid>
      <dc:creator>jturbek</dc:creator>
      <dc:date>2019-04-08T22:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: MV API Video Link</title>
      <link>https://community.cisco.com/t5/network-platform-api/mv-api-video-link/m-p/5417021#M2945</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/18627"&gt;@jturbek&lt;/A&gt; wrote:&lt;BR /&gt;&lt;P&gt;I would still like to understand how to use the timestamp parameter with zapier, if anyone knows.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The parameter is added to the link.&lt;/P&gt;&lt;P&gt;So&lt;/P&gt;&lt;PRE&gt;https://api.meraki.com/api/v0/networks/[networkId]/cameras/[serial]/videoLink&lt;/PRE&gt;&lt;P&gt;Becomes&lt;/P&gt;&lt;PRE&gt;https://api.meraki.com/api/v0/networks/[networkId]/cameras/[serial]/videoLink?timestamp=1554789231252&lt;/PRE&gt;&lt;P&gt;The timestamp needs to be in milliseconds. If you use an online converter to get your timestamp of interest, make sure you use the correct timezone. Here's one you could use and can either take a time in UTC or your own local timezone.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.epochconverter.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.epochconverter.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 05:58:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/mv-api-video-link/m-p/5417021#M2945</guid>
      <dc:creator>BrechtSchamp</dc:creator>
      <dc:date>2019-04-09T05:58:01Z</dc:date>
    </item>
  </channel>
</rss>

