LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding fields to HTTP GET via Headers?

Hi,

 

i am creating a small library to talk to the IOT server Pushbullet.  This service accepts notifications from other websites and then pushes them down to a client.  I can get a list of my active pushes with no problem, but the API lists different fields that can control how the data comes back.  See below:

 

list pushes.PNG

 

 

if i perform the HTTP get with none of the above fields everything works, but how do i send the field data like 'modified_after' or 'limit'.  I assume it is something like this, but i just cant seem to figure out how.  I amu using labview 2014.

 

Somebody out there must know how!

 

 

example.PNG

 

 

0 Kudos
Message 1 of 2
(3,674 Views)

got it!  You just add the fields after the url separated with a ?.

 

I am sure this is obvious to some, but I am just learning!  Smiley Tongue

 

I hope I saved sombody else some grief...

 

solution.PNG

0 Kudos
Message 2 of 2
(3,623 Views)