I am doing the following call:

$url = "https://10.1.7.13/api/table.xml?content=sensors&output=csvtable&columns=tags&username=portal&passhash=xxxxxxxx";

There are objects that are now showing up in the response of the call. There are no filters or anything. What could be causing this?


Article Comments

By default, only 500 records are returned by the API call.

Adding:

&count=xxx

Where xxx stands for the number of records to return, to the URL above can extend the return set to a maximum of 50000 records.


Jul, 2015 - Permalink