How do I use the Pagecursor parameter to get the next 1000 lines of data?

Juha, your advice worked, “Thanks”, but it leads to another question: …

What’s the format for using the Pagecursor parameter for an http DataPoint request?

My http query returned “1752b1f6-c8c3-11e2-8dd0-4040463f606d”

How do I use this to get the next 1000 lines of data?

Thanks for your help.

  • from a Digi newbie.

Hi, adding a parameter to get request is easy.

For example:

https://my.idigi.com/ws/DataPoint/dia/channel/00000000-00000000-00000000-00000000/room1/temperature?pageCursor=1752b1f6-c8c3-11e2-8dd0-4040463f606d

You can also add multiple parameters in one request:

https://my.idigi.com/ws/DataPoint/dia/channel/00000000-00000000-00000000-00000000/room1/temperature?parameter1=a&parameter2=b&parameter3=c etc…

Juha

Hi Juha, how do I get json output after adding “?pageCursor=1752b1f6-c8c3-11e2-8dd0-4040463f606d”? .json only works with the original url, ex:“https://my.idigi.com/ws/DataPoint/dia/channel/00000000-00000000-00000000-00000000/room1/temperature.json